}
@Override
public Component getPreview ( WebLookAndFeelDemo owner )
{
WebEditorPane editorPane = new WebEditorPane ( "text/html", "<html><b>Some HTML content</b><br>" + "<i>next line</i><br>" +
"<font color=red>and one more</font><br>" + "and some plain text</html>" );
WebScrollPane editorPaneScroll = new WebScrollPane ( editorPane );
editorPaneScroll.setPreferredSize ( new Dimension ( 200, 150 ) );