Revert "Revert "UOCL-285: payment screen hanging (#42)""

This reverts commit acc38ba567.
This commit is contained in:
2025-03-28 11:16:28 +00:00
parent acc38ba567
commit a23260f982
9 changed files with 62 additions and 26 deletions
@@ -749,7 +749,7 @@ public abstract class JPaymentSelect extends javax.swing.JDialog
};
//worker.execute();
customExecutor.execute(worker);
customExecutor.submit(worker);
}
catch (Exception ex) {
System.out.println(ex.getMessage());