I am gray

« Previous month (Feb 2008) | Main | Next month (Apr 2008) »
Úterý IV 01, 2008

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).