We are pleased to announce the release of scala-swing 0.1, an
event-based library for building Swing applications in Scala. Swing
developers coming from Java should quickly become familiar with it. It
is available as an sbaz package or directly from
http://www.scala-lang.org/downloads/packages/In case of an sbaz installation, you can run a fairly small demo with:
scala -cp $SCALA_HOME/lib/scala-swing.jar scala.swing.test.UIDemo
In order to avoid confusion, the sbaz packages scalaswing and ScalaSwing
(note the spelling) are no longer available.
Ingo