KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > event > KeyEvent

java.awt.event
Class KeyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.awt.AWTEvent
          extended by java.awt.event.ComponentEvent
              extended by java.awt.event.InputEvent
                  extended by java.awt.event.KeyEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MenuKeyEvent
See Also:
Top Examples, Source Code, KeyAdapter, KeyListener

public static final char CHAR_UNDEFINED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public char getKeyChar()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getKeyCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getKeyLocation()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String getKeyModifiersText(int modifiers)
See Also:
InputEvent.getModifiersExText(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String getKeyText(int keyCode)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isActionKey()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
public KeyEvent(Component source,
                           int id,
                           long when,
                           int modifiers,
                           int keyCode)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public KeyEvent(Component source,
                int id,
                long when,
                int modifiers,
                int keyCode,
                char keyChar)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public KeyEvent(Component source,
                int id,
                long when,
                int modifiers,
                int keyCode,
                char keyChar,
                int keyLocation)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_FIRST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_LAST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_LOCATION_LEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_LOCATION_NUMPAD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_LOCATION_RIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_LOCATION_STANDARD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_LOCATION_UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_PRESSED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_RELEASED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KEY_TYPED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String paramString()
See Also:
ComponentEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setKeyChar(char keyChar)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setKeyCode(int keyCode)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
public void setModifiers(int modifiers)
See Also:
InputEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSource(Object newSource)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_0
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_1
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_3
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_4
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_5
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_6
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_7
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_8
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_9
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_A
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ACCEPT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ADD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_AGAIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ALL_CANDIDATES
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ALPHANUMERIC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ALT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ALT_GRAPH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_AMPERSAND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ASTERISK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_AT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_B
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_BACK_QUOTE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_BACK_SLASH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_BACK_SPACE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_BEGIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_BRACELEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_BRACERIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_C
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CANCEL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CAPS_LOCK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CIRCUMFLEX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CLEAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CLOSE_BRACKET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CODE_INPUT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_COLON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_COMMA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_COMPOSE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CONTEXT_MENU
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CONTROL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CONVERT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_COPY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_CUT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_D
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_ABOVEDOT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_ABOVERING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_ACUTE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_BREVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_CARON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_CEDILLA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_CIRCUMFLEX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_DIAERESIS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_DOUBLEACUTE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_GRAVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_IOTA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_MACRON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_OGONEK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_SEMIVOICED_SOUND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_TILDE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DEAD_VOICED_SOUND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DECIMAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DELETE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DIVIDE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DOLLAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_DOWN
See Also:
VK_KP_DOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_E
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_END
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ENTER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_EQUALS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ESCAPE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_EURO_SIGN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_EXCLAMATION_MARK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F1
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[858]Catch F1 key event
By pravash { dot } ranjan { at } wipro { dot } com on 2004/08/16 11:40:18  Rate
if  ( e.getKeycode (  )  = KeyEvent.VK_F1 )   {  
                         sendToChain (  ( JComponent )  getFocusOwner (  )  ) ; 
 


public static final int VK_F10
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1728]KeyEvent.java
By vicky_coolcat { at } rediffmail { dot } com on 2006/03/17 05:59:08  Rate
import java.applet.*; 
 import java.awt.*; 
 import java.awt.event.*; 
 /* 
   < applet code="KeyEvent.class" width=300 height=100 >  
   < /apple >  
  */
 
  public class KeyEvent extends Applet implements KeyListener 
   {  
    String msg=" "; 
    int X=10,Y=20; 
    public void init (  )  
     {  
      addKeyListener ( this ) ; 
      requestFocus (  ) ; 
     }  
    public void keyPressed ( KeyEvent ke )  
     {  
      showStatus ( "Key Down" ) ; 
      int key=ke.getKeyCode (  ) ; 
      switch ( key )  
       {  
        case KeyEvent.VK_F1: 
        msg += " < F1 > "; 
        break; 
        case KeyEvent.VK_F2: 
        msg += " < F2 > "; 
        break; 
        case KeyEvent.VK_F3: 
        msg += " < F3 > "; 
        break; 
        case KeyEvent.VK_PAGE_UP: 
        msg += " < PgUp > "; 
        break; 
        case KeyEvent.VK_PAGE_DOWN: 
        msg += " < PgDn > "; 
        break; 
        case KeyEvent.VK_LEFT: 
        msg += " < Left Arrow > "; 
        break; 
        case KeyEvent.VK_RIGHT: 
        msg += " < Right Arrow > ";break; 
       }  
      repaint (  ) ; 
     }  
    public void keyReleased ( KeyEvent ke )  
     {  
      showStatus ( "KeyUp ) ; 
     }  
    public void keyTyped ( KeyEvent ke )  
     {  
      msg += ke.getKeyChar (  ) ; 
      repaint (  ) ; 
     }  
    public void paint ( Graphics g )  
     {  
      g.drawString ( msg,X,Y ) ; 
     }  
   } 


public static final int VK_F11
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F12
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F13
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F14
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F15
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F16
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F17
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F18
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F19
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F20
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F21
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F22
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F23
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F24
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F3
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F4
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F5
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F6
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F7
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F8
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_F9
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_FINAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_FIND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_FULL_WIDTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_G
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_GREATER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_H
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_HALF_WIDTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_HELP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_HIRAGANA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_HOME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_I
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_INPUT_METHOD_ON_OFF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_INSERT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_INVERTED_EXCLAMATION_MARK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_J
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_JAPANESE_HIRAGANA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_JAPANESE_KATAKANA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_JAPANESE_ROMAN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_K
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_KANA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_KANA_LOCK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_KANJI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_KATAKANA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_KP_DOWN
See Also:
VK_DOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_KP_LEFT
See Also:
VK_LEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_KP_RIGHT
See Also:
VK_RIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_KP_UP
See Also:
VK_UP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_L
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_LEFT
See Also:
VK_KP_LEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_LEFT_PARENTHESIS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_LESS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_M
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_META
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_MINUS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_MODECHANGE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_MULTIPLY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_N
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NONCONVERT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMBER_SIGN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD0
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD1
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD3
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD4
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD5
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD6
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD7
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD8
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUMPAD9
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_NUM_LOCK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_O
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_OPEN_BRACKET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_P
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_PAGE_DOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_PAGE_UP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_PASTE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_PAUSE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_PERIOD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_PLUS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_PREVIOUS_CANDIDATE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_PRINTSCREEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_PROPS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_Q
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_QUOTE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_QUOTEDBL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_R
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_RIGHT
See Also:
VK_KP_RIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_RIGHT_PARENTHESIS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_ROMAN_CHARACTERS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_S
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_SCROLL_LOCK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_SEMICOLON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_SEPARATER
See Also:
VK_SEPARATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_SEPARATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_SHIFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_SLASH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_SPACE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_STOP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_SUBTRACT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_T
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_TAB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_U
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_UNDEFINED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_UNDERSCORE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_UNDO
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_UP
See Also:
VK_KP_UP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_V
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_W
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_WINDOWS
See Also:
getKeyLocation()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_X
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_Y
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VK_Z
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags