Searched refs:folderInsets (Results 1 – 1 of 1) sorted by relevance
59 private static final Insets folderInsets = new Insets(6, 6, 6, 6); field in TabbedFolder152 int w = tabW + folderInsets.left + folderInsets.right; in minimumSize()163 int w = tabW + folderInsets.left + folderInsets.right; in preferredSize()174 insets.left = folderInsets.left + bd + comppadx/2; in insets()175 insets.right = folderInsets.right + bd + comppadx/2; in insets()176 insets.top = folderInsets.top + tabH + comppady/2; in insets()177 insets.bottom = folderInsets.bottom + bd + comppady/2; in insets()212 if (x < (folderInsets.left+tabx[0]) || in calcTabIndex()213 x > (folderInsets.left+tabx[tabx.length-1])) { in calcTabIndex()216 if (y < (folderInsets.top+bd) || y > (folderInsets.top+tabH)) { in calcTabIndex()[all …]