Is there a good tutorial showing how to use scala.swing._ ?
|
feedback
|
|
This overview seems pretty good, if you're okay with PDFs. | |||||||||
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. | |||
|
feedback
|