Searched refs:tabOverlap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTabbedPaneUI.java53 * <p>If non-zero, tabOverlap indicates the amount that the tab bounds
61 * <p>When tabOverlap is specified, it both changes the x position and width
66 * There are 9 gaps between these tabs. If you specified a tabOverlap of
73 private int tabOverlap = 0; field in class:SynthTabbedPaneUI
139 tabOverlap = style.getInt(context, "TabbedPane.tabOverlap", 0);
873 * account tabOverlap.
885 if (tabOverlap != 0) {
905 xshift = ltr ? tabOverlap : -tabOverlap;
[all...]

Completed in 57 milliseconds