I'd like to use swing for a scala GUI. The application state is handled by akka actors and may be restored with its fault tolerance.
I'd like to restore application after a swing fault. I've found several recipes for java programmers for establishing EDT exceptions handler as well as creating EDT proxy. What is the scala way for handling swing exceptions? Does scala wrapper provide better tools?