Searched refs:tabH (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | TabbedFolder.java | 68 private int tabW, tabH; field in TabbedFolder 176 insets.top = folderInsets.top + tabH + comppady/2; in insets() 216 if (y < (folderInsets.top+bd) || y > (folderInsets.top+tabH)) { in calcTabIndex() 271 tabH = fontMetrics.getMaxAscent() + tabipady + 3*bd; in cacheTabInfo() 274 buffer = createImage(tabW, tabH); in cacheTabInfo() 282 tabH = 0; in flushCache() 301 y = folderInsets.top + tabH; in update() 340 g.fillRect(0, 0, tabW, tabH); in drawTabs() 357 g.fillRect(0, tabH-bd, bd, bd); in drawTabs() 368 g.fillRect(tabW-bd, tabH-bd, bd, bd); in drawTabs() [all …]
|