I have a Java 1.5 application which I will distribute using Java Web
Start.
Now, is there a way to hook up with the default About/Quit actions in
the default created menu when you run
an app using web start ? I already have a java class which extends
from com.apple.eawt.Application and has
about/quit listeners. But it doesn't seem to work with web start
version. Also is it correct that there is no workaround for the
apple.laf.useScreenMenuBar bug? (If I want it to be true)
All of this is really easy to do if I distribute the application as
an .app bundle.
When the app is cached a default Info.plist will be created for it,
but is there a way to distribute your own Info.plist and override the
default?
/Mia
Mac OS X 10.4.5
Java version 1.5.0_05
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden