Renuka, You forgot to tell us what you are trying to do. :) I'm even sure if this is an OpenSolaris issue or just a Java issue.
Venky. On Thu, Jul 12, 2007 at 06:34:28PM +0530, renuka prasad wrote: > 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?