Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.06 KB

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.