xpValues = new HashMap<Class, WidgetValue>();
classicValues = new HashMap<Class, WidgetValue>();
xpValues.put(JLabel.class, new XpJLabelValue());
xpValues.put(JApplet.class, new XpJAppletValue());
xpValues.put(JPanel.class, new XpJPanelValue());
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());