timePanel.fxml
534 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<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">
<children>
<Slider fx:id="timeSlider" prefHeight="14.0" prefWidth="538.0">
<HBox.margin>
<Insets left="5.0" right="5.0" />
</HBox.margin></Slider>
</children>
</HBox>