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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTabbedPaneUI.java139 g.setColor( getColorForGap( currentRun, x, y + 1 ) );
143 g.setColor( getColorForGap( currentRun, x + w - 1, y + 1 ) );
325 protected Color getColorForGap( int currentRun, int x, int y ) { method in class:MetalTabbedPaneUI
490 g.setColor( getColorForGap( currentRun, x, y ) );
494 g.setColor( getColorForGap( currentRun, x + w - 1, y ) );

Completed in 284 milliseconds