This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 206248 - I18N: "Processor" on option dialog are hardcoded
Summary: I18N: "Processor" on option dialog are hardcoded
Status: RESOLVED DUPLICATE of bug 206247
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-12-12 06:56 UTC by Masaki Katakai
Modified: 2011-12-14 19:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2011-12-12 06:56:38 UTC
"Processor" is hardcoded on option dialog for Enterprise Application Project.
Please extract it to Bundle.properties.

./j2ee.clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/customizer/CustomizerLibraries.java:
        jTabbedPane1.addTab("Processor", jPanelCompileProcessor);
Comment 1 David Konecny 2011-12-14 19:54:53 UTC
I fixed this issue while working on issue 206247.

*** This bug has been marked as a duplicate of bug 206247 ***