Revert "Revert "UOCL-285: payment screen hanging (#42)""
This reverts commit acc38ba567.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user