java - JxBrowser freezes whole application -



embedded jxbrowser java (swing) application. when error occurs freezes entire application ;(
there way part jxbrowser error can continue work in application?

best regards,
pirol

it's hard why error causes entire application freezing. example or steps reproduce in resolving issue. try checking dump of java threads when freezing happens. maybe error causes threads deadlock?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -