@Override
public Component getPreview ( final WebLookAndFeelDemo owner )
{
WebButton message = new WebButton ( "Show input", loadIcon ( "input.png" ) );
message.addActionListener ( new ActionListener ()
{
@Override
public void actionPerformed ( ActionEvent e )
{
WebOptionPane.showInputDialog ( owner, "Write something here:", "Input", JOptionPane.QUESTION_MESSAGE, null, null,