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 - MenuBar.MenuFolder does not support separators adjacent to javax.swing.Action
Summary: MenuBar.MenuFolder does not support separators adjacent to javax.swing.Action
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 16673
  Show dependency tree
 
Reported: 2003-02-10 19:43 UTC by Jesse Glick
Modified: 2008-12-22 20:28 UTC (History)
1 user (show)

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 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