Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there a good examples of using 'scala.swing'? [closed]

Tags:

I don't know Java or Swing, but I'm quite familiar with Scala, and I have no problems using it for my purposes. But when I try to implement a GUI, I get a lot of problems/bugs that documentation can't easily solve. I guess scala.swing examples could help a lot!

Are there any small but not trivial and well written applications using scala.swing that I could learn from?

like image 788
Łukasz Lew Avatar asked Dec 23 '10 00:12

Łukasz Lew


1 Answers

There are many good examples in sources. I recommend checking it out.

Also, Ingo posted a nice intro to the scala.swing design.

I found that reading the sources wasn't so hard and helped a lot.

like image 158
pedrofurla Avatar answered Sep 21 '22 16:09

pedrofurla