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 32619

Summary: Boolean property editor is not internationalizable
Product: platform Reporter: _ tboudreau <tboudreau>
Component: Property EditorsAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker Keywords: I18N
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ tboudreau 2003-04-04 10:28:19 UTC
The current strings "True" and "False" come from
the sun.beans 
property editor, and cannot be internationalized.

(actually this will be fixed with my next commit,
but it's worthwhile
to create a tracking issue for it, for
apichanges.html, etc.).
Comment 1 _ tboudreau 2003-04-04 14:35:23 UTC
Fixed with addition of replacement primitive boolean editor.  Since
the Boolean editor wraps the primitive editor, this fix will apply to
both.

BoolEditor 1.1
Comment 2 Marian Mirilovic 2004-08-17 08:46:14 UTC
verified