System.out.println( e );
image = getImage( getDocumentBase(), getParameter("image") ); PictureButton pictureButton = new PictureButton( image ); add ( pictureButton ); pictureButton.setActionCommand("Aaargh!"); pictureButton.addActionListener( this );