| 136 |
|
} |
| 137 |
|
} |
| 138 |
|
|
| 139 |
– |
initBundles(); |
| 140 |
– |
|
| 141 |
– |
if (PlatformInformation.getPlatform() == Platform.MACOS) |
| 142 |
– |
initMacOS(); |
| 143 |
– |
|
| 139 |
|
SettingsManager.setDebug(debug); |
| 140 |
|
SettingsManager.deserializeFromFile(Paths.getSettingsFilename()); |
| 141 |
|
SettingsManager.setDebug(debug); |
| 142 |
|
SettingsManager.getInstance().setNoCacheUpdateMode(noCacheUpdate); |
| 143 |
|
|
| 144 |
+ |
initBundles(); |
| 145 |
+ |
|
| 146 |
+ |
if (PlatformInformation.getPlatform() == Platform.MACOS) |
| 147 |
+ |
initMacOS(); |
| 148 |
+ |
|
| 149 |
|
SwingJavaBuilder.getConfig().addResourceBundle(imagesBundle); |
| 150 |
|
SwingJavaBuilder.getConfig().addResourceBundle(basicBundle); |
| 151 |
|
SwingJavaBuilder.getConfig().addResourceBundle(globalBundle); |