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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java402 protected void paintText(final Graphics g, final JComponent c, final Rectangle localTextRect, final String text) { argument
418 SwingUtilities2.drawStringUnderlineCharAt(c, g, text, mnemonicIndex, localTextRect.x, localTextRect.y + fm.getAscent());
421 protected void paintText(final Graphics g, final AbstractButton b, final Rectangle localTextRect, final String text) { argument
422 paintText(g, (JComponent)b, localTextRect, text);

Completed in 324 milliseconds