Swing Application on a Mac
I'm developing a Swing application to be deployed using WebStart on Windows as well as Macintosh platforms w/ the Mac-mini being the primary at this time.
Development is being done in Windows where everything looks good. When run on a Mac, there seem to be component size calculation issues.
In another post about deploying an applet having similar problems with text fields, just enabling the Smooth Text in Applets solved it. This, however, is not an applet but an application and that solution has no impact.
Any suggestions?

