Home
last modified time | relevance | path

Searched refs:drawArrow (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DWinScrollbar.java438 drawArrow(g, 0, 0, w, w, UP); in drawEndBoxes()
441 drawArrow(g, 1, 1, w, w, UP); in drawEndBoxes()
445 drawArrow(g, 0, h-w, w, w, DOWN); in drawEndBoxes()
448 drawArrow(g, 1, h-w+1, w, w, DOWN); in drawEndBoxes()
452 drawArrow(g, 0, 0, h, h, LEFT); in drawEndBoxes()
455 drawArrow(g, 1, 1, h, h, LEFT); in drawEndBoxes()
459 drawArrow(g, w-h, 0, h, h, RIGHT); in drawEndBoxes()
462 drawArrow(g, w-h+1, 1, h, h, RIGHT); in drawEndBoxes()
545 private void drawArrow(Graphics g, int x, int y, int w, int h, in drawArrow() method in WinScrollbar