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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsRootPaneUI.java82 static Window winAncestor = null; field in class:WindowsRootPaneUI.AltProcessor
95 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
100 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
102 if(mbar == null && winAncestor instanceof JFrame) {
103 mbar = ((JFrame)winAncestor).getJMenuBar();
115 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
125 if(mbar == null && winAncestor instanceof JFrame) {
126 mbar = ((JFrame)winAncestor).getJMenuBar();
139 skip = ev.getWhen() <= ((SunToolkit)tk).getWindowDeactivationTime(winAncestor);
149 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaMnemonicHandler.java75 final Window winAncestor = (root == null ? null : SwingUtilities.getWindowAncestor(root));
86 repaintMnemonicsInWindow(winAncestor);

Completed in 1440 milliseconds