| [news.eclipse.platform.swt] Re: How to access Mac About, Preferences and Quit from SWT |
|
Not from SWT proper. You have to use the classes in
the com.apple.cocoa.awt (very rough, it's something to that effect, use
content assist to find it). I suggest digging around in the classes
using content assist to find the one you need. The methods are pretty
self explanatory. Daniel Ivan wrote: Hi all, |