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 214525

Summary: Swing JTextField background value [255,255,255] not displayed when editable false
Product: guibuilder Reporter: j2gl
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.1.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description j2gl 2012-06-20 15:42:11 UTC
Steps to reproduce.

In a swing form:
- Add a JTextField.
- Set property "editable" unchecked.
- Set property "enabled" unchecked.
- Change background property to [255, 255, 255]
- Save it.
- Close the form
- Open the form.

The background will be [240, 240, 240]