Hi !
It does look like the Java version of MagicLight is working pretty
well, it's not at all slow because the modeler itself is still C/C++
code in a dll, the Java application just talks to the dll through
JNI to handle everything so I belive it will be a pretty good
solution to the platform independence problem, the MFC/FOX versions
are still the ones that are "working" I will not release the Java
version just yet because it has some odd behavior that needs to be
fixed first.
It does require JNI of course which limits it to Sun's Java I guess
(1.3 or 1.4), not much I can do about that at the moment.
Mikael