Lines Matching refs:window
132 Window window = SwingUtilities.getWindowAncestor(component);
139 if (window instanceof DefaultFrame) {
140 window.dispose();
162 // Do not call pack() if window is not visible to
188 Window window = null;
191 window = (Window)owner;
194 window = SwingUtilities.getWindowAncestor(owner);
196 if (window == null) {
197 window = new DefaultFrame();
199 return window;
225 * Component used to house window.
236 // Try to set "always-on-top" for the popup window.