Share via


Checkbox.setLabel

Class Overview | Class Members | This Package | All Packages

Syntax

public synchronized void setLabel( String label )

Parameters
  • label
    a string to set as the new label, or null for no label.
Description

Sets this check box's label to be the string argument.

See Also

getLabel