Package org.jitterbit.ui.widget.text

Examples of org.jitterbit.ui.widget.text.ColorTextPane


     *
     * @param textPane
     *            a <code>JTextPane</code> that will be used for viewing the XML.
     */
    public XmlTextViewer(JTextPane textPane) {
        this.textPane = new ColorTextPane(textPane);
        this.textPane.setEditable(false);
        this.textPane.setText("");
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.ui.widget.text.ColorTextPane

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.