mthaler / groove   0.0.7

GitHub

Small Scala library to make to make Swing GUI framework easier to use

Scala versions: 2.13 2.12 2.11

Maven Central Scaladoc

groove is a library that makes Swing a bit more pleasent to use from Scala.

It sports the following features:

  • helper classes to build gridbag layouts without specifying all gridbag constraints explicitly
  • helper class

Installation

groove is available from the Maven Central repository. The latest release is 0.0.5 and is built against Scala 2.11 and 2.12.

If you use SBT you can include groove in your project with

libraryDependencies += "com.mthaler" %% groove" % "0.0.5"