Search:

Type: Posts; User: chronoz13

Search: Search took 0.06 seconds.

  1. [SOLVED] Re: restricting a particular key stroke or key code

    >= VK_A && <= VK_Z
    oh yes the answer is already there.. i forgot VK are all represented by integer... how dumb i didnt notice it

    got it got it.. thanks bro:)
  2. [SOLVED] restricting a particular key stroke or key code

    hi guys :)

    is there a shortcut (algorithm) to restrict a certain key events

    ex: assuming that e is a KeyEvent object

    if (e.getKeyCode() == KeyEvent.VK_ENTER ||
    e.getKeyCode() ==...
Results 1 to 2 of 2