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

Summary: I18N: "Processor" on option dialog are hardcoded
Product: javaee Reporter: Masaki Katakai <masaki>
Component: App ClientAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: I18N
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***