Package org.dyno.visual.swing.lnfs.windowsxp

Examples of org.dyno.visual.swing.lnfs.windowsxp.XpJTreeValue


    xpValues.put(JPasswordField.class, new XpJPasswordFieldValue());
    xpValues.put(JSpinner.class, new XpJSpinnerValue());
    xpValues.put(JSeparator.class, new XpJSeparatorValue());
    xpValues.put(JTextPane.class, new XpJTextPaneValue());
    xpValues.put(JEditorPane.class, new XpJEditorPaneValue());
    xpValues.put(JTree.class, new XpJTreeValue());
    xpValues.put(JTable.class, new XpJTableValue());
    xpValues.put(JTabbedPane.class, new XpJTabbedPaneValue());
    xpValues.put(JSplitPane.class, new XpJSplitPaneValue());
    xpValues.put(JToolBar.class, new XpJToolBarValue());
    xpValues.put(JDesktopPane.class, new XpJDesktopPaneValue());
View Full Code Here

TOP

Related Classes of org.dyno.visual.swing.lnfs.windowsxp.XpJTreeValue

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.