views:

74

answers:

1

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

+2  A: 

tutorial: http://java.sun.com/developer/technicalArticles/JavaLP/JavaToMac2/
code sample: http://www.java2s.com/Code/Java/Development-Class/MacOSApplicationAdapter.htm

Fortega
+1 The MacOSApplicationAdapter is the way to go. Spot on.
Jason Nichols