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 120173 - Filtered content of "Add From Palette" menu
Summary: Filtered content of "Add From Palette" menu
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 13:17 UTC by Jiri Vagner
Modified: 2012-05-04 11:46 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 Jiri Vagner 2007-10-26 13:17:36 UTC
Using "Add From Palette" popup menu in Inspector tree is strange and confusing sometimes. Menu content should be
filtered somehow, it should contains only valid or suitable components.

Try the following scenario ...
 - Create JFrame form
 - Go to Inspector window and select [JFrame] node and invoke popup menu
 - Browse into "Add From Palette" -> "Swing Menus" submenu
Now user assumes, that he is able to add jpopup menu, becaues he can see it and menu item is clickable.
 - Click menu item "Popup Menu" -> "Other components" node is still empty. :(

Tomas Pavek wrote comment about this problem. Issue 119453