Searched refs:WindowsGraphicsUtils (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsRootPaneUI.java95 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
100 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
115 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
149 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
154 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
185 WindowsGraphicsUtils.repaintMnemonicsInWindow(winAncestor);
H A DWindowsCheckBoxMenuItemUI.java100 WindowsGraphicsUtils.paintText(g, menuItem, textRect, text, 0);
H A DWindowsRadioButtonMenuItemUI.java99 WindowsGraphicsUtils.paintText(g, menuItem, textRect, text, 0);
H A DWindowsMenuItemUI.java94 WindowsGraphicsUtils.paintText(g, menuItem, textRect, text, 0);
138 /* part of it copied from WindowsGraphicsUtils.java */
145 WindowsGraphicsUtils.paintXPText(menuItem,
H A DWindowsRadioButtonUI.java109 WindowsGraphicsUtils.paintText(g, b, textRect, text, getTextShiftOffset());
H A DWindowsPopupMenuUI.java108 WindowsGraphicsUtils.repaintMnemonicsInWindow(win);
H A DWindowsToggleButtonUI.java154 WindowsGraphicsUtils.paintText(g, b, textRect, text, getTextShiftOffset());
H A DWindowsGraphicsUtils.java44 public class WindowsGraphicsUtils { class
H A DWindowsMenuUI.java239 WindowsGraphicsUtils.paintText(g, menuItem, textRect, text, 0);
H A DWindowsInternalFrameTitlePane.java152 if (WindowsGraphicsUtils.isLeftToRight(frame)) {
411 boolean leftToRight = WindowsGraphicsUtils.isLeftToRight(frame);
H A DWindowsButtonUI.java121 WindowsGraphicsUtils.paintText(g, b, textRect, text, getTextShiftOffset());
H A DWindowsComboBoxUI.java352 arrowButton.setBounds(WindowsGraphicsUtils.isLeftToRight((JComboBox)parent)
H A DWindowsProgressBarUI.java126 boolean isLeftToRight = WindowsGraphicsUtils.isLeftToRight(c);
H A DWindowsIconFactory.java624 if (WindowsGraphicsUtils.isLeftToRight(c)) {
635 if( WindowsGraphicsUtils.isLeftToRight(c) ) {

Completed in 57 milliseconds