| Summary: | Detect titleborder property of a component for Localization | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Alessio Pollero <alessio.pollero> |
| Component: | WindowBuilder | Assignee: | Konstantin Scheglov <Konstantin.Scheglov> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | alessio.pollero, clayberg |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
Fixed in trunk. Fixed |
Build Identifier: Version: 3.7.1 Build id: M20110909-1335 I use WindowBuilder to design java swing application, i found extremely useful the localization and string externalization buit in feature. I noticed that the Externalize Strings Dialog does not propose as a property for externalization the TitleBorder Text Property : textFieldName.setBorder(BorderFactory.createTitledBorder("A Border Title")); Now, i have to put by hand the Localization Key : textFieldName.setBorder(BorderFactory.createTitledBorder(Messages.getString("MyExtKey.name"))); //$NON-NLS-1$ If the Externalize Strings dialog could detect this kind of properties would be nice :) . Reproducible: Always