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 71820

Summary: Action wiz - "Position" combos useless
Product: apisupport Reporter: Jesse Glick <jglick>
Component: TemplatesAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2006-01-24 21:11:28 UTC
Not sure how it was that no one noticed this before, but the "Position" combos
in the Action wiz are completely wrong. The order of items within a menu is
completely random.
Comment 1 Jesse Glick 2006-01-24 21:11:53 UTC
Easy enough to fix, anyway - just use DataFolder.getChildren to find the children.
Comment 2 Jesse Glick 2006-01-24 23:01:07 UTC
committed     Up-To-Date  1.23       
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.java
Comment 3 Tomas Danek 2006-01-27 14:49:25 UTC
yes, you are right:( 
 
verified in trunk.