tags:

views:

240

answers:

3

hi all does anybody knows a scala dsl on gui programming.

regards. kula

+2  A: 

Scala GUI is the closest thing I can come up with. Have no idea if it suits your needs.

aioobe
There is no `scala.gui` package, at least in v2.8, so I guess this is outdated.
german1981
+1  A: 

XScalaWT is quite nice. I am currently using it for a project.

Alexey Romanov
+1  A: 

Scala comes with a swing wrapper dsl, you can find it in the scala.swing package.

german1981