}//GEN-LAST:event_jButton_AddAccountActionPerformed
private void jButton_EditAccountActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton_EditAccountActionPerformed
if (jTable_AccountTable.getSelectedRow() > -1) {
new AccountEditDialog(this, true, (String) jTable_AccountTable.getModel().getValueAt(jTable_AccountTable.getSelectedRow(), 3), (String) jTable_AccountTable.getModel().getValueAt(jTable_AccountTable.getSelectedRow(), 2)).setVisible(true);
System.out.println("ggggggggjTable5.getSelectedRow():" + jTable_AccountTable.getSelectedRow());
String nymID = "ALL";
String assetID = "ALL";
String serverID = "ALL";