Posted By:
Renuka_Prasad
Posted On:
Thursday, July 19, 2007 04:50 AM
hello,
As per the login screen , i hav 2 enter only password , as username s default,
private void jbLoginKeyPressed(java.awt.event.KeyEvent evt) {
loginVerify();
}
The above code is workin wen i click on my "login" command button.
but the button responds 2 all the keys present in the keyboard.
The command button should respond only to ctrl+l and enter .
how will i do it?