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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java876 (textRect.x - tabRect.x) - tabScroller.croppedEdge.getCroppedSideWidth();
3906 public int getCroppedSideWidth() { method in class:BasicTabbedPaneUI.CroppedEdge
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java829 final int availTextWidth = tabScroller.croppedEdge.getCropline() - (textRect.x - tabRect.x) - tabScroller.croppedEdge.getCroppedSideWidth();
3671 public int getCroppedSideWidth() { method in class:AquaTabbedPaneCopyFromBasicUI.CroppedEdge

Completed in 86 milliseconds