Package com.formdev.flatlaf.icons
Class FlatInternalFrameCloseIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.icons.FlatInternalFrameAbstractIcon
-
- com.formdev.flatlaf.icons.FlatInternalFrameCloseIcon
-
- All Implemented Interfaces:
Icon,UIResource
public class FlatInternalFrameCloseIcon extends FlatInternalFrameAbstractIcon
"close" icon forJInternalFrame.- UiDefault:
- InternalFrame.buttonSize Dimension, InternalFrame.closeHoverBackground Color, InternalFrame.closePressedBackground Color, InternalFrame.closeHoverForeground Color, InternalFrame.closePressedForeground Color
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Constructor Description FlatInternalFrameCloseIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpaintIcon(Component c, Graphics2D g)-
Methods inherited from class com.formdev.flatlaf.icons.FlatInternalFrameAbstractIcon
paintBackground
-
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
paintIcon
protected void paintIcon(Component c, Graphics2D g)
- Specified by:
paintIconin classFlatAbstractIcon
-
-