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 5491 - If a new bean is added to the Component Palette, no its icon is painted as question mark.
Summary: If a new bean is added to the Component Palette, no its icon is painted as qu...
Status: CLOSED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-21 02:02 UTC by Svata Dedic
Modified: 2003-06-30 18:27 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 Svata Dedic 2000-01-21 02:02:49 UTC
To reproduce:
Follow ColorPicker tutorial:
- compile bean/beaninfo tutorial.colorpicker.ColorPreview
- Add To Palette ColorPreview class

BeanInfo for the class specifies an icon (and the icon exists), but the Palette doesn`t display it.
Comment 1 Tomas Pavek 2000-07-24 09:23:59 UTC
This is because class ColorPreviewBeanInfo is not public. Introspector doesn't
find it and no icon is obtained for the bean. Change the class to public and
everything works. So this is not a bug of form editor.
Comment 2 Marek Grummich 2000-07-25 09:29:59 UTC
Priority is changed to P4 (normal).
Comment 3 Quality Engineering 2003-06-30 18:21:26 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-06-30 18:27:46 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.