xpValues.put(JProgressBar.class, new XpJProgressBarValue());
xpValues.put(JFormattedTextField.class, new XpJFormattedTextFieldValue());
xpValues.put(JPasswordField.class, new XpJPasswordFieldValue());
xpValues.put(JSpinner.class, new XpJSpinnerValue());
xpValues.put(JSeparator.class, new XpJSeparatorValue());
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());