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 - Swing JTextField background value [255,255,255] not displayed when editable false
Summary: Swing JTextField background value [255,255,255] not displayed when editable f...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 15:42 UTC by j2gl
Modified: 2012-06-20 15:42 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 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]