Searched defs:getWindowAncestor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingUtilities.java136 public static Window getWindowAncestor(Component c) { method in class:SwingUtilities
177 source = getWindowAncestor(destination);
184 destination = getWindowAncestor(source);
448 * <code>getWindowAncestor</code>.
457 return getWindowAncestor(c);

Completed in 36 milliseconds