Esempio n. 1
0
 public static Object getDefaultTheme(LookAndFeel laf) {
   return laf instanceof PlasticLookAndFeel ? PlasticLookAndFeel.createMyDefaultTheme() : null;
 }