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

css - Text drops down with smaller window -

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

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -