Blame view
src/main/resources/gui/timePanel.fxml
534 Bytes
3b26be8f9 controle the time... |
1 2 3 4 5 |
<?xml version="1.0" encoding="UTF-8"?> <?import javafx.geometry.*?> <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> |
a6a8df6ff add the possibili... |
6 |
<HBox alignment="CENTER" prefHeight="65.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.241" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.controller.TimePanel"> |
3b26be8f9 controle the time... |
7 |
<children> |
e220e082b graph binded to s... |
8 |
<Slider fx:id="timeSlider" prefHeight="14.0" prefWidth="538.0"> |
3b26be8f9 controle the time... |
9 10 11 12 13 |
<HBox.margin> <Insets left="5.0" right="5.0" /> </HBox.margin></Slider> </children> </HBox> |