How can you make the About... Option under the Application Name menu on a Mac work? I would like to have a message that displays the version name for the application.
Thanks!
How can you make the About... Option under the Application Name menu on a Mac work? I would like to have a message that displays the version name for the application.
Thanks!
Copyright © 2021 Jogjafile Inc.
Java runs 99.9% similar on every platform. So if you know how to do it on Windows then you can achieve same result on Mac.
HINT: Find and read about JMenuBar and JMenuItemAfter reading your question carefully, Now I understand what you want :)
Try this link:
http://developer.apple.com/library/mac/#documentation/Java/Reference/Java_PropertiesRef/Articles/JavaSystemProperties.html
Try using
in your main method and see wether it works or not.
Example - Code is edited for example purposes