Contents:
ButtonPeer is an interface that defines the basis for buttons.
public abstract interface java.awt.peer.ButtonPeer
extends java.awt.peer.ComponentPeer {
// Interface Methods
public abstract void setLabel (String label);
}
New text for label of button's peer.
Changes the text of the label of button's peer.
ComponentPeer, String