Searched refs:ShadowLeft (Results 1 – 1 of 1) sorted by relevance
321 gc.drawImage(ShadowLeft, in drawRectangleShadow()322 x - ShadowLeft.getWidth(null), y + ShadowTopLeft.getHeight(null), x, y + height, in drawRectangleShadow()323 0, 0, ShadowLeft.getWidth(null), ShadowLeft.getHeight(null), null); in drawRectangleShadow()414 private static final Image ShadowLeft = loadIcon("/icons/shadow-l.png"); field in ShadowPainter