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
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"