398399400401402403404405
* @return The peer for the specified <code>Component</code> object. */ protected LightweightPeer createComponent(Component target) { if (lightweightPeer == null) lightweightPeer = new GLightweightPeer(); return lightweightPeer; }