Reputation: 53687
Hi I have created a java application. I found there is an application menu and about application in Mac. I donot know how to customize those about application dialog. i Want to write my own dialog instead of that dialog. How to do this. I found that I have to use Application Adapter.
Thanks Sunil Kumar Sahoo
Upvotes: 2
Views: 788
Reputation: 19702
tutorial: http://java.sun.com/developer/technicalArticles/JavaLP/JavaToMac2/
code sample: http://www.java2s.com/Code/Java/Development-Class/MacOSApplicationAdapter.htm
Upvotes: 3