Hi.
Is there any possibility for the User to jump directly to a FAQ without
invoking MainMenu.class first ?
If there is no such possibility (like Bookmarking a FAQ directly), this
would enable us to create a static resource object in MainMenu (Jyve's
main class, isn't it), so we don't have to load all resources again and
again in each class.
like:
public static ResourceBundle JyveResources =
ResourceBundle.getBundle("JyveResources",
LocaleChosenByUserInConfigFile);
Each other class of Jyve then just has to reference
JyveResources.getString(identifier) to get the localized version of its
resource.
The alternative solution would be to load a ResourceBundle class in each
class which needs localized information. Not the best way I think.
Any ideas ?
Thanks,
-Jonas
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]