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

/openjdk7/jdk/test/java/awt/Focus/ToFrontFocusTest/
H A DToFrontFocus.java49 volatile boolean focus_gained = false, nonfocus_gained = false; field in class:ToFrontFocus
75 focus_gained = true;
126 // Make frame focused - focus_gained will be genereated for button.
128 // focus_gained should not be generated
134 if (!focus_gained || nonfocus_gained) {

Completed in 40 milliseconds