Package org.woped.editor.gui

Examples of org.woped.editor.gui.EditorToolTip


     *
     * @see javax.swing.JComponent#createToolTip()
     */
    public JToolTip createToolTip()
    {
        return new EditorToolTip();

    }
View Full Code Here

TOP

Related Classes of org.woped.editor.gui.EditorToolTip

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.