Hi all, I have a Java 3D application (as you probably supposed). I use
JNI to use a native viewer. The problems comes whenever I close the
native viewer. Though my application goes on, I lost keyboard focus. I
am not able to gain focus again, does anybody has a clue? My
initialization code looks like this:
Toolkit tk = Toolkit.getDefaultToolkit();
Dimension d = tk.getScreenSize();
Frame frame = new Ventana(new Aplicacion(), d.width, d.height);
[ "Ventana" extends "com.sun.j3d.utils.applet.MainFrame"]
Thanks in advance
V�ctor
--
"Cuando le� los problemas que causa beber, dej� de leer."
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".