- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[scala.swing] WindowClosing event not working
Fri, 2009-07-03, 17:58
reactions += {
case WindowClosing(`mainFrame`) =>
println("Exiting")
}
not called on closing.
other events working ok.
what i'm doing wrong ? and where can i find good tutorial/examples on
scala.swing - api documentation is very scarce.