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

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

Completed in 32 milliseconds