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 34700 - Replace NB-specific menu hacks with JDK 1.4 Popup calls
Summary: Replace NB-specific menu hacks with JDK 1.4 Popup calls
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-30 22:36 UTC by _ tboudreau
Modified: 2008-12-22 21:45 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2003-06-30 22:36:32 UTC
AFAIK all of the strange NetBeans menu
functionality could
probably be replaced by proper use of the new JDK
1.4 classes
Popup and PopupFactory.  The result should be more
maintainable and less prone to strange
platform-specific 
problems.

Cc'ing Petr Nejedly, AFAIK the last brave soul to
touch
this code.
Comment 1 Petr Nejedly 2003-07-01 09:55:16 UTC
I'll try to look at it but we still need to somehow maintain the
pre-show hack (because of JInlineMenu)
Comment 2 Jesse Glick 2003-08-28 21:01:05 UTC
Possibly related: issue #35827
Comment 3 _ tboudreau 2005-09-20 21:05:23 UTC
Think this can be closed now - AFAIK all the weird menu hacks are gone.