java.awt Code Samples
- How do I turn the Scroll Lock button on?
- How do I turn the Caps Lock button on?
- How do I read the status of Caps Lock key?
- How do I launch user-default mail client application?
- How do I read the status of Scroll Lock key?
- How do I open a file using the default registered application?
- How do I read the status of Num Lock key?
- How do I print a file using the default registered application?
- How do I launch user-default web browser?
- How do I edit a file using the default registered application?
Page 2 of 2 |
Prev
|
Next
How do I read the status of Scroll Lock key?
This example show you how to detect if the Scroll Lock key is in active mode.
If you run the program you will get an output telling you that the scroll lock button is active or not active.