remove.addActionListener ( new ActionListener ()
{
@Override
public void actionPerformed ( ActionEvent e )
{
wig.removeImage ( wig.getSelectedIndex () );
}
} );
wigToolBar.add ( remove );
WebLabel infoLabel = new WebLabel ( "To add an image simply drag it to the gallery", loadIcon ( "info.png" ), WebLabel.CENTER );