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 219169

Summary: Impossible to placed menu items below a separator menu item that is placed at the bottom index of a JMenu
Product: guibuilder Reporter: ytn01
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description ytn01 2012-09-28 09:28:32 UTC
GUI designer doesn't allow placing menu items below a separator menu item that is placed at the bottom index of a JMenu.


Product Version = NetBeans IDE 7.3 Beta (Build 201209232010)
Operating System = Mac OS X version 10.7.4 running on x86_64
Java; VM; Vendor = 1.6.0_35
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.10-b01-428
Comment 1 Tomas Pavek 2012-10-02 11:59:46 UTC
Reproducible, it's not possible to visually add/drag a menu component before or after a separator if it is the first or last component in the menu.

Workaround is easy, add the menu item where allowed, then right click it and choose Move Up or Move Down. The order can also be rearranged in the navigator tree.