Abort AWT application

60 Views Asked by At

I have an AWT application made by external company (I can't change it) and they call long time processes (calls to database) via event dispatch thread ... it means, when the application is waiting for results from database, the whole application doesn't respond to any user inputs (clicking exit button etc.)

Is there any way how programatically kill this application ... means for example wrap the application in other window, which is not connected with stuck event dispatch thread? Or somehow abort EDT? Or any other possibilities?

0

There are 0 best solutions below