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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java74 protected MetalBumps bumps; field in class:MetalScrollBarUI
92 bumps = new MetalBumps( 10, 10, thumbHighlightColor, thumbShadow, thumbColor );
256 bumps.setBumpArea( thumbBounds.width - 6, thumbBounds.height - 7 );
257 bumps.paintIcon( c, g, 3, 4 );
282 bumps.setBumpArea( thumbBounds.width - 7, thumbBounds.height - 6 );
283 bumps.paintIcon( c, g, 4, 3 );
H A DMetalInternalFrameTitlePane.java356 MetalBumps bumps;
386 bumps = activeBumps;
397 bumps = inactiveBumps;
470 bumps.setBumpArea( bumpLength, bumpHeight );
471 bumps.paintIcon(this, g, bumpXOffset, bumpYOffset);
H A DMetalSplitPaneDivider.java51 private MetalBumps bumps = new MetalBumps(10, 10, field in class:MetalSplitPaneDivider
78 usedBumps = bumps;
H A DMetalTitlePane.java133 * Room remaining in title for bumps.
703 MetalBumps bumps;
709 bumps = activeBumps;
714 bumps = inactiveBumps;
777 bumps.setBumpArea( bumpLength, bumpHeight );
778 bumps.paintIcon(this, g, bumpXOffset, bumpYOffset);
H A DMetalBorders.java686 protected MetalBumps bumps = new MetalBumps( 10, 10, field in class:MetalBorders.ToolBarBorder
703 bumps.setBumpArea( 10, h - 4 );
705 bumps.paintIcon( c, g, 2, 2 + shift );
707 bumps.paintIcon( c, g, w-12,
713 bumps.setBumpArea( w - 4, 10 );
714 bumps.paintIcon( c, g, 2, 2 );
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java65 Icon icon = bumps;
81 throw new Error("shared metal bumps");

Completed in 52 milliseconds