|
Java™ by example!
|
|
|
How do I detect CAPS LOCK?
From JDK1.3, you should normally be able to get the state using the Toolkit class as shown in following example. Main.java
However, check out this bug.
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|