What is the alternative to using legacy com.apple.eawt.ApplicationAdapter in Java Swing applications on Mac?

It looks like the apple has deprecated the api that my application uses. Not sure how to get around this. Specific usage can be seen here:

http://code.google.com/p/jarzilla/source/browse/trunk/jarzilla/src/main/java/com/googlecode/jarzilla/Jarzilla.java#192

+5
source share
1 answer

OK, a little search query I got the doc API (the second hit for me), and it contains right in the first sentence:

. AboutHandler, PreferencesHandler, AppReOpenedListener, OpenFilesHandler, PrintFilesHandler, QuitHandler, QuitResponse.

( ).

, , , , Application.

+8

All Articles