How to lock keyboard through java program

I am developing a Swings application in which I have a requirement to lock the Keyboard on clicking on a particular Button. Plz. help me in this regard.Thnx in advance.Meghana
[196 byte] By [CuteGal_Pavana] at [2007-11-26 19:48:58]
# 1

> I am developing a Swings application in which I have

> a requirement to lock the Keyboard on clicking on a

> particular Button. Plz. help me in this regard.

Lock it completely? Or just inside the Swing application itself?

>

> Thnx in advance.

>

> Meghana

Niceguy1a at 2007-7-9 22:37:05 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
It requires OS specific code, so you start by determining how to do that on each target OS.
jschella at 2007-7-9 22:37:05 > top of Java-index,Java HotSpot Virtual Machine,Specifications...