How can I set the JavaFX Slider to format for time?
问题 I have created a Slider using JavaFX. I`m trying to set it up so that it shows time in minutes. I have been able to setup the the minutes to range from 0 - 60. My problem is my minutes are showing correctly but my seconds are between 0 - 100. How can I fix this? Here is how I created the slider <ScrollPane fx:id="RulerScroll1" hbarPolicy="NEVER" maxHeight="40" minHeight="40" pannable="true" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="2"> <Slider fx:id="Ruler1"