]> git.mxchange.org Git - jbonuscard-lib.git/blobdiff - src/org/mxchange/addressbook/application/AddressbookApplication.java
jswingcore has been created based on jcore's last Swing-related classes and interfaces
[jbonuscard-lib.git] / src / org / mxchange / addressbook / application / AddressbookApplication.java
index 4be3359bdbe5fb7c6a7cbb6d3d62d55fdaed979b..5a11c898d24ee35def0cc6d5fb7346274b3bbb49 100644 (file)
@@ -149,8 +149,12 @@ public class AddressbookApplication extends BaseAddressbookSystem implements App
                // Init properties file
                this.initProperties();
 
-               // Init bundle
-               this.initBundle();
+               // Is the bundle initialized?
+               if (!this.isBundledInitialized()) {
+                       // Temporary initialize default bundle
+                       // TODO The enum Gender uses this
+                       this.initBundle();
+               }
        }
 
        /**
@@ -206,7 +210,7 @@ public class AddressbookApplication extends BaseAddressbookSystem implements App
                // Debug message
                this.getLogger().trace("CALLED!"); //NOI18N
 
-               // @TODO The application should be running now
+               // TODO The application should be running now
                // Output introduction
                this.showIntro();