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.
"de.sciss" % "rating-java" % v // Java only component
"de.sciss" %% "rating-scala" % v // Scala component
The current version v
is 0.1.1+
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
.