Toolkit.createWindow

Toolkit.createWindow

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract WindowPeer createWindow( Window target )
Parameters
target
the window to be implemented.
Returns
this toolkit's implementation of Window.
Description
Creates this toolkit's implementation of Window using the specified peer interface.

See Also
Window, WindowPeer