de.sciss:scala-swing-tree_2.12

A Scala Swing wrapper for the JTree component


Keywords
gui, swing, widget
License
LGPL-2.1+

Documentation

ScalaSwingTree

Build Status Maven Central

statement

A Tree component for Scala Swing. The original work was done by Ken Scambler and had subsequently been merged into the ScalaSwingContrib project. This is a fork from ScalaSwingContrib that only retains the Tree class, making it again available as a standalone component, and serving as a base for future improvements. The original code was released under a BSD style license.

All modifications (C)opyright 2013–2019 by Hanns Holger Rutz. New project released under the GNU LGPL v2.1+.

linking

To use the library:

"de.sciss" %% "scala-swing-tree"  % v

The current version v is "0.2.0"

building

This project compiles against Scala 2.12, 2.11 using sbt.