Java Swing Mac OSX Preferences Menu

2019-04-25 08:07发布

问题:

I'm trying to add the Preferences menu to my Java Swing application and it's proving a bit of a nause.

I have read many posts and articles on this and it sounds easy but...

I see references to com.apple.eawt.Application in the examples I have found but when I try to import it in Eclipse Indigo I get an error:
Access restriction: The type Application is not accessible due to restriction on required library /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/ui.jar

Any ideas?

I am working on an iMac OSX 10.6

回答1:

You might be able to use OSXAdapter, which "uses a reflection proxy model to hook existing preferences, about, and quit functionality." See also this answer.