Package zleurtor.scanmanager.view.gui
Class ContentBorder
java.lang.Object
zleurtor.scanmanager.view.gui.ContentBorder
- All Implemented Interfaces:
Border
The border of the window's main panel.
- Author:
- Zleurtor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Insets
final boolean
final void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height)
-
Constructor Details
-
ContentBorder
public ContentBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public final boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-