Searched refs:ShadowBottom (Results 1 – 1 of 1) sorted by relevance
313 gc.drawImage(ShadowBottom, in drawRectangleShadow()314 x, y + height, x + width, y + height + ShadowBottom.getHeight(null), in drawRectangleShadow()315 0, 0, ShadowBottom.getWidth(null), ShadowBottom.getHeight(null), null); in drawRectangleShadow()406 private static final Image ShadowBottom = loadIcon("/icons/shadow-b.png"); field in ShadowPainter