[ANN] scala.swing 0.1

View: New views
1 Messages — Rating Filter:   Alert me  

[ANN] scala.swing 0.1

by Ingo Maier-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

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