Border
public static class WindowsTipOfTheDayUI.TipAreaBorder extends Object implements Border
Constructor | Description |
---|---|
TipAreaBorder() |
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) |
public Insets getBorderInsets(Component c)
getBorderInsets
in interface Border
public boolean isBorderOpaque()
isBorderOpaque
in interface Border
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
paintBorder
in interface Border
Copyright © 2018. All rights reserved.