// TODO add your handling code here:
}//GEN-LAST:event_updateSourceURLLabelActionPerformed
private void chooseUpdateKyFileBtnActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_chooseUpdateKyFileBtnActionPerformed
//
FileDialogManager fdM = new FileDialogManager();
File keyPath = fdM.getLoadFile(this, null);
if (keyPath != null) {
updateSourceKeyLabel.setText(keyPath.getAbsolutePath());
}
}//GEN-LAST:event_chooseUpdateKyFileBtnActionPerformed