All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalaswingcontrib.Utils.scala Maven / Gradle / Ivy

The newest version!
package scalaswingcontrib

/** Put shared util functions here if they don't have any more appropriate place to go.*/
object Utils {

  def ensurePercent(percent: Int): Unit = {require(percent >= -100 && percent <= 100)}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy