ResourceBundle example
Does anyone have an example of using a ResourceBundle with the UI Designer? Do I have write a class that extends ListResourceBundle? I would rather just a property file. I am sure there is something obvious I am missing here..
Please sign in to leave a comment.
Hi,
Wizard plugin have properties localization using in GUI forms by UIDesigner. Sources on http://www.intellij.org/twiki/bin/view/Main/WizardPlugin
APIComparator have similar using properties file. Sources at http://www.intellij.org/twiki/bin/view/Main/APIComparatorPlugin.
Thanks!