java - Ending blocked GUI threads -


i writing platform game in java. making when exception occurs in game show user error report. however, causing problems when error occurs in gui thread, because error report wont show because gui blocked.

how safely this? tried safely ending of blocking gui threads, gave me error saying thread interrupted.

use swingworker , ui thread not blocked. should used when doing long running task in background without freezing ui.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -