Community
Participate
Working Groups
Feature Request for WindowBuilder… By default in i18n, when WindowBuilder externalizes strings, the string's key is the variable name of the Swing widget (JButton, JTextField, etc.). Unfortunately, if the programmer later changes the widget's variable name, the key is not kept in sync. Please add a feature when either of these routes to changing a widget's variable name is chosen: • Editing the "Variable" property in the property sheet of the Design View. • Choosing the context menu item "Rename" on the widget. JFormDesigner from FormDev.com does this very well, if you want to see an example. --Basil Bourque
Done in trunk. It is not enabled by default, see preferences Swing | Code Generation | NLS. "Rename keys on component variable change"