this.configButton = new JButton("...");
this.configButton.setToolTipText("configure local DataSource");
this.okButton = new JButton("Continue");
this.cancelButton = new JButton("Cancel");
this.connectionInfo = new DBConnectionInfoEditor(controller);
CellConstraints cc = new CellConstraints();
PanelBuilder builder = new PanelBuilder(new FormLayout(
"20dlu:grow, pref, 3dlu, fill:max(150dlu;pref), 3dlu, fill:20dlu",
"p"));