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

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


    xpValues.put(JFrame.class, new XpJFrameValue());
    xpValues.put(JDialog.class, new XpJDialogValue());
    xpValues.put(JButton.class, new XpJButtonValue());
    xpValues.put(JToggleButton.class, new XpJToggleButtonValue());
    xpValues.put(JCheckBox.class, new XpJCheckBoxValue());
    xpValues.put(JRadioButton.class,new XpJRadioButtonValue());
    xpValues.put(JComboBox.class, new XpJComboBoxValue());
    xpValues.put(JList.class, new XpJListValue());
    xpValues.put(JTextField.class, new XpJTextFieldValue());
    xpValues.put(JTextArea.class, new XpJTextAreaValue());
    xpValues.put(JScrollBar.class, new XpJScrollBarValue());
View Full Code Here

TOP

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

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.