protected JTextField maxConnections;
protected JButton syncWithLocal;
public JDBCDataSourceView() {
driver = new JTextFieldUndoable();
url = new JTextFieldUndoable();
userName = new JTextFieldUndoable();
password = new JPasswordField();
minConnections = new JTextFieldUndoable(6);
maxConnections = new JTextFieldUndoable(6);
syncWithLocal = new JButton("Sync with Local");
syncWithLocal.setToolTipText("Update from local DataSource");
// assemble
CellConstraints cc = new CellConstraints();