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

/openjdk7/jdk/test/javax/swing/JFrame/4962534/
H A Dbug4962534.java42 volatile Point newFrameLocation; field in class:bug4962534
128 System.out.println("Now Frame lies in " + newFrameLocation);
201 if (newFrameLocation.x > gcBounds.width || newFrameLocation.x < 0
202 || newFrameLocation.y > gcBounds.height || newFrameLocation.y
216 newFrameLocation = new Point(frame.getLocationOnScreen().x
/openjdk7/jdk/test/java/awt/Mouse/MaximizedFrameTest/
H A DMaximizedFrameTest.java42 Point newFrameLocation; field in class:MaximizedFrameTest

Completed in 30 milliseconds