Package org.gjt.jclasslib.util

Examples of org.gjt.jclasslib.util.HtmlDisplayTextArea


    /**
        Create a highlighted text area for HTML display (values in key-value pairs).
        @return the text area
     */
    protected HtmlDisplayTextArea highlightTextArea() {
        HtmlDisplayTextArea textArea = new HtmlDisplayTextArea();
        textArea.setForeground(COLOR_HIGHLIGHT);
        return textArea;
    }
View Full Code Here

TOP

Related Classes of org.gjt.jclasslib.util.HtmlDisplayTextArea

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.