Blame view

src/main/resources/gui/timePanel.fxml 533 Bytes
3b26be8f9   lsagona   controle the time...
1
2
3
4
5
6
7
8
  <?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/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.controller.TimePanel">
     <children>
e220e082b   lsagona   graph binded to s...
9
        <Slider fx:id="timeSlider" prefHeight="14.0" prefWidth="538.0">
3b26be8f9   lsagona   controle the time...
10
11
12
13
14
           <HBox.margin>
              <Insets left="5.0" right="5.0" />
           </HBox.margin></Slider>
     </children>
  </HBox>