- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Actors and Swing-GUI
Tue, 2009-12-01, 17:56
Hello
is there any Scala-Idiom or clean way to integrate Actors with a Swing GUI?
- Sending Status/Data-Messages from the Actors to the GUI for Display
- Binding Controls like ProgressBar to Actors to display their
progress/status
- Controlling Actors from GUI-Controls (Start,Stop,Resume-Messages)
Thanks,
Kai
Bill
On Tue, Dec 1, 2009 at 6:55 PM, Kai Meder <stuff@kai.meder.info> wrote: