Creates a control capable of displaying some information. This is called once, when the application is initializing, from the UI thread.
Control panelControl = createControl(parent); postCreation(); return panelControl;
Sets the focus to the proper control inside the panel.