|
|
@ -185,6 +185,9 @@ public class SvgIcon implements DisabledIcon, WhiteIcon, Icon { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 用于回退绘制的类 |
|
|
|
|
|
|
|
*/ |
|
|
|
@FunctionalInterface |
|
|
|
@FunctionalInterface |
|
|
|
interface FallbackRender { |
|
|
|
interface FallbackRender { |
|
|
|
boolean render(Component c, Graphics g, int x, int y); |
|
|
|
boolean render(Component c, Graphics g, int x, int y); |
|
|
|