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