Searched refs:keyPressedCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/awt/event/KeyEvent/SwallowKeyEvents/
H A DSwallowKeyEvents.java45 static int keyPressedCount = 0; field in class:SwallowKeyEvents
70 keyPressedCount++;
77 System.out.println("key_pressed count: " + keyPressedCount);
79 if (keyPressedCount != PRESS_COUNT) {

Completed in 48 milliseconds