Toolkit.createComponent
Class Overview | Class Members |
This Package |
All Packages
protected LightweightPeer createComponent( Component target )
Parameters
- target
- The Component to be created.
Description
Creates a peer for a component or container. This peer is windowless
and allows the Component and Container classes to be extended directly
to create windowless components that are defined entirely in java.