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

/openjdk7/jdk/test/java/awt/Focus/IconifiedFrameFocusChangeTest/
H A DIconifiedFrameFocusChangeTest.java41 Frame otherFrame = new Frame("Other Frame"); field in class:IconifiedFrameFocusChangeTest
57 otherFrame.add(otherButton);
58 otherFrame.pack();
59 otherFrame.setLocation(200, 0);
69 otherFrame.setVisible(true);

Completed in 81 milliseconds