Public Member Functions | |
void | paintBorder (Component c, Graphics oldGraphics, int x, int y, int width, int height) |
Paints the border. | |
Package Functions | |
CancelBorder () | |
Constructs a CancelBorder. | |
Static Private Attributes | |
static final long | serialVersionUID = -9024139253534811547L |
Prevent serialization collisions. | |
static final Color | GRAY = new Color(0.7f, 0.7f, 0.7f) |
A gray color for drawing the pressed cancel button. |
edu.cmu.hcii.calo.view.SearchField.CancelBorder.CancelBorder | ( | ) | [package] |
Constructs a CancelBorder.
void edu.cmu.hcii.calo.view.SearchField.CancelBorder.paintBorder | ( | Component | c, | |
Graphics | oldGraphics, | |||
int | x, | |||
int | y, | |||
int | width, | |||
int | height | |||
) |
Paints the border.
final long edu.cmu.hcii.calo.view.SearchField.CancelBorder.serialVersionUID = -9024139253534811547L [static, private] |
Prevent serialization collisions.
final Color edu.cmu.hcii.calo.view.SearchField.CancelBorder.GRAY = new Color(0.7f, 0.7f, 0.7f) [static, private] |
A gray color for drawing the pressed cancel button.