Is there a good tutorial showing how to use scala.swing._ ?

link|improve this question

62% accept rate
feedback

2 Answers

This overview seems pretty good, if you're okay with PDFs.

link|improve this answer
1  
That is the only one I know about. Docs are a good source of info too. – eugener May 24 '10 at 2:03
And source files! – Łukasz Lew May 24 '10 at 2:10
It is not good at all. The code is terribly bad. For instance the bottom of page 6 is not even correct Scala (and has to be refactored) – Łukasz Lew Feb 2 '11 at 1:41
feedback

The code at the bottom of p.6 is from Odersky et al., "Programming in Scala", 2nd ed., p. 766. Integer.parseInt was refactored to toInt there.

Another tutorial (in German) is http://scalatutorial.de/ which contains a chapter on Swing basics.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.