UIManager.installLookAndFeel("PlasticXP", "com.jgoodies.plaf.plastic.PlasticXPLookAndFeel");
if (Platform.isWindows()) {
UIManager.installLookAndFeel("Windows (JGoodies)", "com.jgoodies.plaf.windows.ExtWindowsLookAndFeel");
}
try {
ClientConfiguration conf = ClientConfiguration.getDefault();
conf.applyPlasticTheme();
UIManager.setLookAndFeel(conf.getLookAndFeel());
} catch (Exception e) {
e.printStackTrace();
}
JPluckX jpluckx = JPluckX.getInstance();