Searched defs:VK_SEMICOLON (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java274 public static final int VK_SEMICOLON = 0x3B; field in class:KeyEvent
1215 case VK_SEMICOLON: return Toolkit.getProperty("AWT.semicolon", "Semicolon");

Completed in 26 milliseconds