Toolkit.createButton

Toolkit.createButton

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract ButtonPeer createButton( Button target )
Parameters
target
the button to be implemented.
Returns
this toolkit's implementation of Button.
Description
Creates this toolkit's implementation of Button using the specified peer interface.

See Also
Button, ButtonPeer