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

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


    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());
    xpValues.put(JInternalFrame.class, new XpJInternalFrameValue());   
    xpValues.put(JScrollPane.class, new XpJScrollPaneValue());
    xpValues.put(JMenuBar.class, new XpJMenuBarValue());
View Full Code Here

TOP

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

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.