Subclasses should override this method and add their Piccolo initialization code there.
This method will be called on the main event dispatch thread. Note that the constructors of PForm subclasses may not be complete when this method is called. If you need to initailize some things in your class before this method is called place that code in BeforeInitialize.
PForm Class | UMD.HCIL.PiccoloX Namespace