non riesco ad impostare un look and feel che ho scaricato, si tratta del SeaGlass.
ho scaricato il file .jar, l'ho inserito nel classpath e nella mia classe ho scritto:
ma continua a darmi una ClassNotFoundException...Codice PHP:try{// cambio stile finestra
UIManager.setLookAndFeel("com.seaglasslookandfeel.SeaGlassLookAndFeel");
SwingUtilities.updateComponentTreeUI(this);
}catch(Exception e){
e.printStackTrace();
}
![]()

Rispondi quotando