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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFocusingTextField.java83 public boolean gotFocus(Event e, Object arg) { method in class:FocusingTextField
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/
H A DTestDialogTypeAhead.java77 static volatile boolean gotFocus = false; field in class:TestDialogTypeAhead
109 if (gotFocus) {
116 gotFocus = true;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitor.java199 boolean gotFocus = false;
207 if (!gotFocus) {
209 gotFocus = true;
H A DJOptionPane.java1005 private boolean gotFocus = false;
1017 if (!gotFocus) {
1019 gotFocus = true;
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java6753 return gotFocus(evt, evt.arg);
7044 public boolean gotFocus(Event evt, Object what) { method in class:Component

Completed in 52 milliseconds