ProgressBar
constructor(range: ClosedRange<Double> = 0.0 .. 100.0, value: Double = range.start, orientation: Orientation = Horizontal)(source)
Creates a ProgressBar with a given range and starting value.
Parameters
range
of the bar
value
to start with
orientation
of the control
constructor(model: ConfinedValueModel<Double> = BasicConfinedValueModel(0.0 .. 100.0), orientation: Orientation = Horizontal)(source)
Parameters
model
containing range and value
orientation
of the control