Package org.dyno.visual.swing.lnfs.motif

Examples of org.dyno.visual.swing.lnfs.motif.JTableValue


    put(JTextPane.class, new JTextPaneValue());
    put(JEditorPane.class, new JEditorPaneValue());
    put(JTree.class, new JTreeValue());
    put(JTabbedPane.class, new JTabbedPaneValue());
    put(JSplitPane.class, new JSplitPaneValue());
    put(JTable.class, new JTableValue());
    put(JSpinner.class, new JSpinnerValue());
    put(JToolBar.class, new JToolBarValue());
    put(JDesktopPane.class, new JDesktopPaneValue());
    put(JInternalFrame.class, new JInternalFrameValue());
    put(JMenuBar.class, new JMenuBarValue());
View Full Code Here

TOP

Related Classes of org.dyno.visual.swing.lnfs.motif.JTableValue

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.