I18N of NetBeans modules a bit easier
Just a small note: a NetBeans plugin written by Milos Kleint connects Java code and bundles with localization. Ctrl-Click to "MyClazz.someControl.text" in
NbBundle.getMessage(MyClazz.class, "MyClazz.someControl.text")
navigates you to the right line in the right bundle. Tooltip with the actual value of localized message is an other cool feature.
Just give the I18N hyperlinking plugin a try and download it from the NetBeans Plugin Portal.
(Despite the date no April Fools' Day Joke, I am sorry).
Posted at 05:21odp. IV 01, 2008 by Ondřej "Satai" Nekola in Java | Comments[0]