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 30917

Summary: MenuBar.MenuFolder does not support separators adjacent to javax.swing.Action
Product: platform Reporter: Jesse Glick <jglick>
Component: ActionsAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker CC: jtulach
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 16673    

Description Jesse Glick 2003-02-10 19:43:33 UTC
Discovered as part of fix for issue #16673. Bug
introduced by

revision 1.38.4.1
date: 2001/11/23 11:08:21;  author: jtulach; 
state: Exp;  lines: +24 -6
Toolbar&Menu modified to use InstanceCookie.Of so
classes are not loaded until needed. Added
recognition of Action

Forgot to add separators before a new Action as
well as JMenuItem. Easy fix.
Comment 1 Jesse Glick 2003-02-10 19:44:54 UTC
committed     Up-To-Date  1.49       
openide/src/org/openide/awt/MenuBar.java
Comment 2 Marian Mirilovic 2005-07-13 13:20:36 UTC
closed