Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DWinScrollbar.java439 drawBox(g, 0, 0, w, w); in drawEndBoxes()
446 drawBox(g, 0, h-w, w, w); in drawEndBoxes()
453 drawBox(g, 0, 0, h, h); in drawEndBoxes()
460 drawBox(g, w-h, 0, h, h); in drawEndBoxes()
488 drawBox(g, 0, info[0], w, info[1]); in drawDragBox()
490 drawBox(g, info[0], 0, info[1], h); in drawDragBox()
519 private void drawBox(Graphics g, int x, int y, int w, int h) { in drawBox() method in WinScrollbar
H A DTabbedFolder.java329 drawBox(g, size); in draw()
417 private void drawBox(Graphics g, Dimension size) { in drawBox() method in TabbedFolder