Hallo
Ich habe ein Problem mit dem Look and Feel Nimbus. Es funktioniert nicht ganz.
Also die Buttons sehen nicht nach Nimbus aus sondern sind leer.
try {
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
} catch (ClassNotFoundException ex) {
Logger.getLogger(AwpRechnerPremium.class.getName()).log(Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
Logger.getLogger(AwpRechnerPremium.class.getName()).log(Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
Logger.getLogger(AwpRechnerPremium.class.getName()).log(Level.SEVERE, null, ex);
} catch (UnsupportedLookAndFeelException ex) {
Logger.getLogger(AwpRechnerPremium.class.getName()).log(Level.SEVERE, null, ex);
}
Ich habe ein Problem mit dem Look and Feel Nimbus. Es funktioniert nicht ganz.
Also die Buttons sehen nicht nach Nimbus aus sondern sind leer.
try {
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
} catch (ClassNotFoundException ex) {
Logger.getLogger(AwpRechnerPremium.class.getName()).log(Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
Logger.getLogger(AwpRechnerPremium.class.getName()).log(Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
Logger.getLogger(AwpRechnerPremium.class.getName()).log(Level.SEVERE, null, ex);
} catch (UnsupportedLookAndFeelException ex) {
Logger.getLogger(AwpRechnerPremium.class.getName()).log(Level.SEVERE, null, ex);
}
Anhänge
Zuletzt bearbeitet: