Exemple #1
0
 /** Initializes the Look and Feel. Fills the tables of resources and renderers. */
 public void initialize() {
   if (!isInitialized()) {
     uninitialize();
     setInitialized(true);
     initializeTheme();
     readSystemProperties();
   }
 }