It's not too difficult to do the cocoa side of things, one just
needs to get to grips with how everything works.
Lookat at java.awt.Toolkit (and sun.awt.SunToolkit) and there is a lot
to do. Anyone know where to start? Should we use plain JNI, JNA[1] or
the Scripting Bridge[2]/bridgesupport[3] for the bindings to cocoa?