Package com.alee.laf.text

Examples of com.alee.laf.text.WebEditorPane


    }

    @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 ) );
View Full Code Here

TOP

Related Classes of com.alee.laf.text.WebEditorPane

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.