sciss / scalaswingtree   0.2.0

GitHub

Tree Component for Scala Swing.

Scala versions: 2.13 2.12 2.11 2.10

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.