hi all does anybody knows a scala dsl on gui programming.
regards. kula
hi all does anybody knows a scala dsl on gui programming.
regards. kula
Scala GUI is the closest thing I can come up with. Have no idea if it suits your needs.
XScalaWT is quite nice. I am currently using it for a project.
Scala comes with a swing wrapper dsl, you can find it in the scala.swing
package.