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);
super.setSize(new Dimension(500, 400));