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

/openjdk7/jdk/test/javax/swing/JPopupMenu/6694823/
H A Dbug6694823.java127 Point frameLoc = frame.getLocationOnScreen();
128 if (popup.getLocationOnScreen().equals(new Point(frameLoc.x, frameLoc.y + point.y))) {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DJConsole.java107 private int frameLoc = 5; field in class:JConsole
592 vmIF.setLocation(frameLoc, frameLoc);
593 frameLoc += 30;

Completed in 31 milliseconds