Toolkit.createPanel

Toolkit.createPanel

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract PanelPeer createPanel( Panel target )
Parameters
target
the panel to be implemented.
Returns
this toolkit's implementation of Panel.
Description
Creates this toolkit's implementation of Panel using the specified peer interface.

See Also
Panel, PanelPeer