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 - It's impossible to set any property of the border in Other Components
Summary: It's impossible to set any property of the border in Other Components
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-10 09:28 UTC by Marian Mirilovic
Modified: 2008-04-29 11:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).