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 71221

Summary: It's impossible to set any property of the border in Other Components
Product: guibuilder Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Marian Mirilovic 2006-01-10 09:28:14 UTC
NB5.0-RC1(200601091900), JDK 1.5.0_06

Steps to reproduce:
- run IDE
- create JFrame
- add some border to Other Components
- try to change any property of the border by Properties
-> it isn't possible, property is read-only
Comment 1 Tomas Pavek 2006-01-10 13:46:52 UTC
Borders are not true beans. Their properties are really read only. That's why
they have a special customizer and why are not shown in palette by default. But
we could make it work (after fixing issue 71220).