I had this problem in writing the full-screen demo.  For me, the problem was solved by calling setFocusable(true) and then requestFocus().  But it sounds like you're already doing that.  So I guess I'm no help :P
 
-Bob
 
----- Original Message -----
Sent: Wednesday, January 16, 2002 5:43 AM
Subject: [JAVA3D] Canvas focus

In JDK 1.4 you have to use the setFocasable() setFocus() to have the canvas get the focus.  But even though we are doing this it seems the canvas is receiving no events at all.  Even clicking on the canvas gets no results.  Has anyone had any issues with this in the past?  Perhaps something else is grabbing focus, but I can't seem to figure out why clicking on the screen would not regain focus. 
 
Dave Yazel

Reply via email to