put(JPanel.class, new JPanelValue());
put(JApplet.class, new JAppletValue());
put(JFrame.class, new JFrameValue());
put(JDialog.class, new JDialogValue());
put(JButton.class, new JButtonValue());
put(JLabel.class, new JLabelValue());
put(JToggleButton.class, new JToggleButtonValue());
put(JCheckBox.class, new JCheckBoxValue());
put(JRadioButton.class, new JRadioButtonValue());
put(JComboBox.class, new JComboBoxValue());
put(JList.class, new JListValue());