qwerky | 3 Jul 18:58
Picon

[scala.swing] WindowClosing event not working


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.
--

-- 
View this message in context: http://www.nabble.com/-scala.swing--WindowClosing-event-not-working-tp24326042p24326042.html
Sent from the Scala mailing list archive at Nabble.com.


Gmane