Java reld : How to place Java Swing's menubar on the OS X main menu bar ?

iluvosx

Registered
Hi,
Any idea how to set a menu bar on the OS X desktop menu from a Java swing application ? I am not using Project Builder - and also was unable to locate anything helpful on the apple web site.

TIA
 
I heard a rumor (so take it with a grain of salt) that this was not possible with JDK 1.3 but would be possible when 1.4 was ported to OS X.

I'm hoping the rumor is correct.

bear
 
java -Dcom.apple.macos.useScreenMenuBar=true progname

Can also be set in MRJAppBuilder if you make it a doubleclick app.
 
Back
Top