put(JList.class, new JListValue());
put(JTextField.class, new JTextFieldValue());
put(JScrollBar.class, new JScrollBarValue());
put(JSlider.class, new JSliderValue());
put(JProgressBar.class, new JProgressBarValue());
put(JFormattedTextField.class, new JFormattedTextFieldValue());
put(JPasswordField.class, new JPasswordFieldValue());
put(JSeparator.class, new JSeparatorValue());
put(JScrollPane.class, new JScrollPaneValue());
put(JTextArea.class, new JTextAreaValue());
put(JTextPane.class, new JTextPaneValue());