Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Mac OS X Port


>I don't think that a org.eclipse.swt.internal package at all.  Apple has
done all that for us in com.apple.cocoa.application &
com.apple.cocoa.foundation.  Since all of Cocoa is available to us as Java
classes, no native code needs to be written.


However, an advantage to implementing an "internal" package is that you could isolate your SWT port from whatever implementation you used.  Therefore, if you decided to switch from Cocoa to some other approach, your SWT widget classes shouldn't be affected.  Of course, I'm not part of the SWT development team, so don't take my thoughts here as gospel. <g>

David
--
David Whiteman
david_whiteman@xxxxxxx


Back to the top