Di seguito riporto il codice che utilizzo per modificare il tema.
potete aiutarmi?codice:try { UIManager.setLookAndFeel(new MotifLookAndFeel()); } catch (UnsupportedLookAndFeelException e1) { e1.printStackTrace(); } SwingUtilities.updateComponentTreeUI(frame); frame.pack();![]()