* Called prior to the initGUI() method, used to segrigate commands that are
* not directly related to GUI initalization, but are required to occure before
* the GUI is built.
*/
protected void preInitGUI() {
data = new CustomerRecordData();
setLayout(new FormLayout());
}