Skip to content
Snippets Groups Projects
Commit c5f3de90 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

modify texts

parent 50f1eb2a
Branches
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.canvas.Canvas?> <?import javafx.scene.canvas.Canvas?>
<?import javafx.scene.control.Button?> <?import javafx.scene.control.Button?>
<?import javafx.scene.control.Slider?> <?import javafx.scene.control.Slider?>
...@@ -11,11 +12,14 @@ ...@@ -11,11 +12,14 @@
<Canvas fx:id="canvas" height="600.0" width="800.0" BorderPane.alignment="CENTER" /> <Canvas fx:id="canvas" height="600.0" width="800.0" BorderPane.alignment="CENTER" />
</center> </center>
<bottom> <bottom>
<HBox BorderPane.alignment="CENTER"> <HBox alignment="CENTER" BorderPane.alignment="CENTER">
<children> <children>
<Slider HBox.hgrow="ALWAYS" /> <Slider showTickLabels="true" showTickMarks="true" HBox.hgrow="ALWAYS" />
<Button mnemonicParsing="false" onAction="#onFire" prefHeight="25.0" text="Fire" HBox.hgrow="ALWAYS" /> <Button mnemonicParsing="false" onAction="#onFire" text="Fire" HBox.hgrow="ALWAYS">
<Slider fx:id="forceSlider" max="5.0" min="1.0" HBox.hgrow="ALWAYS" /> <HBox.margin>
<Insets left="10.0" right="10.0" />
</HBox.margin></Button>
<Slider fx:id="forceSlider" blockIncrement="1.0" majorTickUnit="1.0" max="10.0" minorTickCount="1" showTickLabels="true" showTickMarks="true" value="1.0" HBox.hgrow="ALWAYS" />
</children> </children>
</HBox> </HBox>
</bottom> </bottom>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment