コード例 #1
0
ファイル: RienaDefaultLnf.java プロジェクト: jodoming/riena
 /** Initializes the Look and Feel. Fills the tables of resources and renderers. */
 public void initialize() {
   if (!isInitialized()) {
     uninitialize();
     setInitialized(true);
     initializeTheme();
     readSystemProperties();
   }
 }