}
@Override
protected String getCurrentPassword(JmsLocation loc) {
JmsConnectionCredentials creds = loc.getConnectionCredentials();
return (creds != null) ? creds.password() : null;
}
public OneRowPanel layout() {
OneRowPanel row = new OneRowPanel();
row.setAnchor(OneRowPanel.SOUTHWEST);