protected void buildWindow(String dbName) {
getContentPane().setLayout(new BorderLayout());
EditFieldLayout efl = new EditFieldLayout();
efl.addLabel(I18N.get("DbPasswordDialog.database"), dbName);
efl.setBorder(20);
usernameField = efl.addTextField(I18N.get("DbPasswordDialog.user_name"),
username, FIELD_COLUMNS);
passwordField = efl.addPasswordField(I18N.get("DbPasswordDialog.password"),
FIELD_COLUMNS);