]> git.mxchange.org Git - jfinancials-swing.git/blobdiff - Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java
Introduced initMenuSystem() which initializes whole menu bar
[jfinancials-swing.git] / Addressbook / src / org / mxchange / addressbook / BaseFrameworkSystem.java
index e34fe66653fe414a4a6a47261663de483bb2e6e2..49ac02e968a1ed103fb7c2cda3cfdfe1997d8c12 100644 (file)
@@ -39,6 +39,11 @@ public class BaseFrameworkSystem implements FrameworkInterface {
      */\r
     private Application application;\r
 \r
+    /**\r
+     * Bundle instance\r
+     */\r
+    private final ResourceBundle bundle;\r
+\r
     /**\r
      * Client instance\r
      */\r
@@ -54,10 +59,6 @@ public class BaseFrameworkSystem implements FrameworkInterface {
      */\r
     private String tableName;\r
 \r
-    /**\r
-     * Bundle instance\r
-     */\r
-    private final ResourceBundle bundle;\r
 \r
     /**\r
      * Initialize object\r
@@ -153,4 +154,13 @@ public class BaseFrameworkSystem implements FrameworkInterface {
     protected final void setTableName (final String tableName) {\r
        this.tableName = tableName;\r
     }\r
+\r
+    /**\r
+     * Getter for bundle instance\r
+     * \r
+     * @return Resource bundle\r
+     */\r
+    protected final ResourceBundle getBundle () {\r
+       return this.bundle;\r
+    }\r
 }\r