|
|
|
@ -92,7 +92,7 @@ public class SvgIcon implements DisabledIcon, WhiteIcon, Icon {
|
|
|
|
|
FlatUIUtils.resetRenderingHints(g, oldRenderingHints); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Graphics2D grayGraphics(Graphics g) { |
|
|
|
|
private Graphics2D grayGraphics(Graphics g) { |
|
|
|
|
Object grayFilterObj = UIManager.get("Component.grayFilter"); |
|
|
|
|
RGBImageFilter grayFilter = (grayFilterObj instanceof RGBImageFilter) |
|
|
|
|
? (RGBImageFilter) grayFilterObj |
|
|
|
|