}
}
}//GEN-LAST:event_saveButtonActionPerformed
private void startPendantServerButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_startPendantServerButtonActionPerformed
this.pendantUI = new PendantUI(this);
this.pendantUI.start();
this.startPendantServerButton.setEnabled(false);
this.stopPendantServerButton.setEnabled(true);
if (this.controller != null) {