bottomPane.getApproveButton().setActionCommand(cmd1);
bottomPane.getRejectButton().setActionCommand(cmd2);
bottomPane.getApproveButton().addActionListener(a);
bottomPane.getRejectButton().addActionListener(a);
this.generalPane = new GeneralPane(searchLocation);
this.securityPane = new SecurityPane(savePswd);
this.advancedPane = new AdvancedPane(servicesLocation);
super.setTitle("Preferences");
super.setResizable(false);