Di seguito riporto il codice che utilizzo per modificare il tema.

codice:
try {
UIManager.setLookAndFeel(new MotifLookAndFeel());
} catch (UnsupportedLookAndFeelException e1) {
e1.printStackTrace();
}
SwingUtilities.updateComponentTreeUI(frame);
frame.pack();
potete aiutarmi?