sciss / rating   0.1.1

Apache License 2.0 GitHub

A Swing Component for Rating. Mirror of https://codeberg.org/sciss/Rating

Scala versions: 2.11 2.10

Rating

Maven Central

A rating (mark-out-of-X-stars) component for Swing. This started as a fork/clone from the Java project at https://code.google.com/p/jrating/. Original project and fork are released under the Apache 2.0 License. The original author was Hendrik Ebbers.

The Java component, in sub project java, is accompanied by a component for the Scala programming language, found in sub project scala.

All modifications, extensions and Scala project (C)opyright 2013 by Hanns Holger Rutz.

linking

"de.sciss" %  "rating-java"  % v  // Java only component
"de.sciss" %% "rating-scala" % v  // Scala component

The current version v is 0.1.1+

building

The project builds with sbt 0.13. Scala version is 2.10.

To compile sbt compile. To run the Java demo, sbt rating-java/test:run. To run the Scala demo, sbt rating-scala/test:run. To build the API docs, sbt doc.