Re: Java Cocoa Books
Re: Java Cocoa Books
- Subject: Re: Java Cocoa Books
- From: Michael Dupuis <email@hidden>
- Date: Thu, 24 May 2001 14:45:54 -0400
Yeah, but you have to ASSUME that Cocoa will get faster. One thing
definitely gained in using Java and Cocoa together, if that's what you want
to do, is that you get to use Interface Builder, which is MUCH better than
anything I've found for building Swing Interfaces.
Course if you goal is to write cross-platform Java apps, then that rules out
Cocoa right away...
>
It may not be worthwhile for anyone to write Cocoa in Java since a Java
>
Swing interface will now run way, way faster than any Cocoa app in OS X.
>
They are now using OpenGL to draw to the screen which means lots of hardware
>
acceleration.