Package org.jdesktop.swingx.plaf.windows
Class WindowsTipOfTheDayUI.TipAreaBorder
- java.lang.Object
-
- org.jdesktop.swingx.plaf.windows.WindowsTipOfTheDayUI.TipAreaBorder
-
- All Implemented Interfaces:
Border
- Enclosing class:
- WindowsTipOfTheDayUI
public static class WindowsTipOfTheDayUI.TipAreaBorder extends Object implements Border
-
-
Constructor Summary
Constructors Constructor Description TipAreaBorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Insets
getBorderInsets(Component c)
boolean
isBorderOpaque()
void
paintBorder(Component c, Graphics g, int x, int y, int width, int height)
-
-
-
Method Detail
-
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaque
in interfaceBorder
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorder
in interfaceBorder
-
-