private void jButton37ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton37ActionPerformed
if (jTable6.getSelectedRow() < 0) {
JOptionPane.showMessageDialog(null, "Please select nym", "Nym selection Error", JOptionPane.ERROR_MESSAGE);
return;
}
new ProposePaymentDialog(this, true, (String) jTable6.getModel().getValueAt(jTable6.getSelectedRow(), 1)).setVisible(true);
}//GEN-LAST:event_jButton37ActionPerformed