Probelm with key events
Hi all
I am trying to open a swing form from a menu on a Frame object
On the frame I have a Canvas3D
everything is going well the canvas3d read my key events and I can walk gladly in my universe
untill I am opening JFrame and do some stuff on it (changeing values in text fields)
Hiding the Jframe and trying to keep moveing in my universe is not working any more any ideas?

