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

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


    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());
    put(JMenu.class, new JMenuValue());
    put(JMenuItem.class, new JMenuItemValue());
    put(JCheckBoxMenuItem.class, new JCheckBoxMenuItemValue());
View Full Code Here

TOP

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

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.