the class must define a native call to create the Motif widget - this cannot
be done until the parent widget is known. The method is defined as abstract
in MComponent.java
native void create(MComponentPeer parent)
It is invoked by the constructor for the peer.