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 57796 - No screen menu bar with Java 1.4 under MacOS X
Summary: No screen menu bar with Java 1.4 under MacOS X
Status: VERIFIED DUPLICATE of bug 39449
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P4 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 21:41 UTC by puybaret
Modified: 2005-07-14 13:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Updated netbeans script for MacOS X menu bar (2.38 KB, text/plain)
2005-04-12 21:43 UTC, puybaret
Details

Note You need to log in before you can comment on or make changes to this bug.
Description puybaret 2005-04-12 21:41:56 UTC
Reading http://www.netbeans.org/kb/articles/mac.html, I noticed that NetBeans does not run with the 
screen menu bar under MacOS X due to a bug in the JDK. As the issue mentioned in http://
www.netbeans.org/servlets/ReadMsg?msgId=380752&listName=nbusers was a problem in Java 1.3 
under MacOS X 10.2, I wonder if it would have been fixed in Java 1.4 under MacOS X 10.3. 
By chance, Apple changed in Java 1.4 the system property used to set the menu bar at top of the 
screen. It's now apple.laf.useScreenMenuBar that must be set to true (please read http://
developer.apple.com/releasenotes/Java/java141/system_properties/chapter_4_section_2.html). Using 
this new property would help to support the screen menu bar only for people using Java 1.4, but it 
would be better than nothing, wouldn't it?
I tried to add this property in the script that launches netbeans and it worked as expected. But as 
I'm not (yet) a power user of NetBeans, I don't know how to test the old bug mentioned in menu bar.
Please, describe precisely in which case there is an issue so I can test if it works correctly. Thank you...
Comment 1 puybaret 2005-04-12 21:43:48 UTC
Created attachment 21586 [details]
Updated netbeans script for MacOS X menu bar
Comment 2 puybaret 2005-04-15 09:11:08 UTC

*** This issue has been marked as a duplicate of 39449 ***
Comment 3 Marian Mirilovic 2005-07-14 13:23:58 UTC
verified duplicate