Getlabelborder(), Getlabelnowborder(), Setlabelborder(border) – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 121: Setlabelnowborder(border), Getlabelborder, Getlabelnowborder, Setlabelborder, Javax.swing.border.border, Setlabelnowborder

Advertising
background image

(continued from last page)

Parameters:

paint

- The paint. May be

null

.

See Also:

getLabelBackground()

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(Border)

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:

getLabelBorder()

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:

setLabelBorder(Border)

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

Advertising