suggestion for using getControl()
Hi everyone here, I am confused with getControl() usage, in JavaDoc there are several overload getControl() methods to use. ControlgetControl(java.lang.String strName) Get an existing control. ControlgetControl(java.lang.String strName, java.lang.Class cl) Get control, creating it is it does not exist.…