would it be possible to bind a Java application to a Cocoa graphical interface?
I’m working in Eclipse right now, on my mac, and am wondering if Interface Builder could be used to construct a new interface so that I don’t have to look at Swing all day.
Any ideas/suggestions? Thanks!
Check out Rococoa. It’s a great Java-Cocoa compatibility layer that’s built on top of JNA.
If you don’t find what you are looking for in the documentation, try the mailing list. The Rococoa developers are very helpful.
P.S. I’m not a Cocoa/Objective-C expert, but the section on “NIB loading” might be what you’re looking for.