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 68957 - beaninfo editor
Summary: beaninfo editor
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-18 18:28 UTC by johnstosh
Modified: 2010-09-23 08:36 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 johnstosh 2005-11-18 18:28:18 UTC
The beaninfo editor hasn't been updated in quite a while.  It still has the 
problem where the properties are not sorted.  If you extend JLabel or such and 
add a few properties, then good luck finding what you're looking for.

Let me report a specific bug.  The editor doesn't pick up the Display Name and 
Short Description of properties in the inheritance tree.  So, for example, if 
you extend JLabel and use the beaninfo editor to tweak a few things, then you 
lose all the Display Names and Short Descriptions which are SO helpful in the 
properties of your bean.  Yuck.

While I'm rambling, let me also say that it would seem that the editor would 
do better using a JTable, rather than a JPanel of properties associated with a 
long list of entries.