tags:

views:

87

answers:

1

Hi!

Has anyone ever tried to change swing's look and feel? This code, taken from an example, simply yields a null pointer exception, and I wonder what might be wrong:

(javax.swing.UIManager/setLookAndFeel 
  (javax.swing.UIManager/getSystemLookAndFeelClassName))

Thanks!

+2  A: 
Carl Smotricz