Where s My Tab Key?

Where's My Tab Key?

Because the Tab key is used to transfer focus from one component to another, it is consumed by components interested in handling such a process and is therefore not passed on as a key event for us to then handle. We can stop this by calling the following method on our JFrame or JApplet objects, however, which will then allow Tab key events to reach us.

setFocusTraversalKeysEnabled(false);



Java 1.4 Game Programming
Java 1.4 Game Programming (Wordware Game and Graphics Library)
ISBN: 1556229631
EAN: 2147483647
Year: 2003
Pages: 237

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net