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 101544 - Wrong MenuSeparators with thrid party LAF
Summary: Wrong MenuSeparators with thrid party LAF
Status: RESOLVED DUPLICATE of bug 101734
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 11:40 UTC by wzberger
Modified: 2008-12-22 11:46 UTC (History)
0 users

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 wzberger 2007-04-18 11:40:18 UTC
Some Look and Feels like Synthetica (MauveMetallic) use different looks for
JSeparator and JPopupMenu.Separator. NetBeans seems to use JMenu#add(new
JSeparator()) instead of JMenu#addSeparator, so a wrong separator look appears
on all menus.

Because we want to support NetBeans 6 with the upcoming Synthetica V2.4 release
it would be nice if this issue could be fixed soon.
Comment 1 Stanislav Aubrecht 2007-09-10 13:21:05 UTC

*** This issue has been marked as a duplicate of 101734 ***