Examples of XpJScrollPaneValue


Examples of org.dyno.visual.swing.lnfs.windowsclassic.XpJScrollPaneValue

    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());
    xpValues.put(JMenu.class, new XpJMenuValue());
    xpValues.put(JMenuItem.class, new XpJMenuItemValue());
    xpValues.put(JCheckBoxMenuItem.class, new XpJCheckBoxMenuItemValue());
    xpValues.put(JRadioButtonMenuItem.class, new XpJRadioButtonMenuItemValue());
View Full Code Here

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

    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());
    xpValues.put(JMenu.class, new XpJMenuValue());
    xpValues.put(JMenuItem.class, new XpJMenuItemValue());
    xpValues.put(JCheckBoxMenuItem.class, new XpJCheckBoxMenuItemValue());
    xpValues.put(JRadioButtonMenuItem.class, new XpJRadioButtonMenuItemValue());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.