Anyone have an idea about how to change the "About" screen for an exported Mac application? Not super important, but it would be nice to be able to include contact info, etc. Not sure if this could be done through Processing or changing the package contents once the app is exported.
I found these examples:
http://java.sun.com/developer/technicalArticles/JavaLP/JavaToMac2
http://www.java2s.com/Code/Java/Development-Class/MacOSApplicationAdapter.htm
...but they seem more complicated than necessary. Since the window is already being created by Processing during export to show the icon and version information, it seems it should be possible to just insert text somewhere.
I found these examples:
http://java.sun.com/developer/technicalArticles/JavaLP/JavaToMac2
http://www.java2s.com/Code/Java/Development-Class/MacOSApplicationAdapter.htm
...but they seem more complicated than necessary. Since the window is already being created by Processing during export to show the icon and version information, it seems it should be possible to just insert text somewhere.
1