/**
* Translated strings.
*/
- private static ResourceBundle i18n = ResourceBundle.getBundle(TExceptionDialog.class.getName());
+ private static final ResourceBundle i18n = ResourceBundle.getBundle(TExceptionDialog.class.getName());
// ------------------------------------------------------------------------
// Constants --------------------------------------------------------------
/**
* Translated strings.
*/
- private static ResourceBundle i18n = ResourceBundle.getBundle(DemoApplication.class.getName());
+ private static final ResourceBundle i18n = ResourceBundle.getBundle(DemoApplication.class.getName());
// ------------------------------------------------------------------------
// Constructors -----------------------------------------------------------
/**
* Translated strings.
*/
- private static ResourceBundle i18n = ResourceBundle.getBundle(DesktopDemoApplication.class.getName());
+ private static final ResourceBundle i18n = ResourceBundle.getBundle(DesktopDemoApplication.class.getName());
// ------------------------------------------------------------------------
// Constructors -----------------------------------------------------------