A collection of community-contributed extensions to Scala Swing, including
java.awt.Font
All classes reside in the scalaswingcontrib
package namespace.
ScalaSwingContrib is derived from https://github.com/kenbot/scala-swing and https://github.com/ingoem/scala-swing/pulls, and is maintained by Ben Hutchison and Ken Scambler.
1.4
: Not Recorded1.5
April 2013: Fixes/enhancements to Tree (thanks @Sciss) 1.6
Dec 2015: Fixes/enhancements to Tree (thanks @OndrejSpanel) 1.7
Nov 2016: Scala 2.12, library upgrades, jdk8 only 1.8
Jan 2020: Scala 2.13, drops 2.10.x (thanks @OndrejSpanel) 1.9
Apr 2022: Scala 3.x, drops 2.11 (thanks @OndrejSpanel) 1.9
is Cross-built for 2.12.x
, 2.13.x
and 3.1.x
:
"com.github.benhutchison" %% "scalaswingcontrib" % "1.9"
Ensure sonatype credentials at $HOME/.sbt/(sbt-version)/sonatype.sbt
More info
+publishSigned
sonatypeRelease
Bug reports and pull requests welcome.
Be aware that ScalaSwingContrib is intended to be strictly an extension, not a modification to ScalaSwing, so changes to existing ScalaSwing APIs should be submitted to the core Scala team.