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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifBorders.java359 protected boolean drawRightBorder(Component c, Graphics g, int x, int y, method in class:MotifBorders.FrameBorder
417 * <b>drawTitleBar</b>, <b>drawLeftBorder</b>, <b>drawRightBorder</b> and
432 drawRightBorder(c, g, x, y, width, height);
520 protected boolean drawRightBorder(Component c, Graphics g, int x, int y, method in class:MotifBorders.InternalFrameBorder
522 if (super.drawRightBorder(c, g, x, y, width, height) &&

Completed in 352 milliseconds