Getlabelborder(), Getlabelnowborder(), Setlabelborder(border) – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 121: Setlabelnowborder(border), Getlabelborder, Getlabelnowborder, Setlabelborder, Javax.swing.border.border, Setlabelnowborder
![background image](https://www.manualsdir.com/files/798675/content/doc121.png)
(continued from last page)
Parameters:
paint
- The paint. May be
null
.
See Also:
getLabelBorder
public javax.swing.border.Border getLabelBorder()
Property: The border that is painted around the label.
This is a property that affects the visual representation of the label in the cells.
Returns:
The border that is painted around the label.
null
means that the label will not be drawn at all, but the background
might
See Also:
setLabelBorder
public void setLabelBorder(javax.swing.border.Border b)
Property: The border that is painted around the label.
This is a property that affects the visual representation of the label in the cells. Setting the value to
null
will normally
make this label not appear at all.
Parameters:
b
- The border that is painted around the label. May be
null
.
See Also:
getLabelNowBorder
public javax.swing.border.Border getLabelNowBorder()
Property: The border that is painted around the label for the cell that spans the current time.
This is a property that affects the visual representation of the label in the cells.
Returns:
The border that is painted around the label.
null
means that the label will not be drawn at all, but the background
might still be for instance.
See Also:
setLabelNowBorder
public void setLabelNowBorder(javax.swing.border.Border b)
Property: The border that is painted around the label for the cell that spans the current time.
This is a property that affects the visual representation of the label in the cells. Setting the value to
null
will normally
make this label not appear at all.
Page 121 of 196
com.miginfocom.beans.DateAreaBean