I iluvosx Registered Aug 21, 2002 #1 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
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
bootedbear JavaJunkie Aug 21, 2002 #2 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
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
gumse Member Aug 21, 2002 #3 java -Dcom.apple.macos.useScreenMenuBar=true progname Can also be set in MRJAppBuilder if you make it a doubleclick app.
java -Dcom.apple.macos.useScreenMenuBar=true progname Can also be set in MRJAppBuilder if you make it a doubleclick app.