45 lines
1.8 KiB
XML
45 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import java.lang.Double?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.shape.Polygon?>
|
|
<?import javafx.scene.shape.Rectangle?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<Pane fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="180.0" prefWidth="255.0" stylesheets="@style/popUp.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.LancerDes">
|
|
<children>
|
|
<Button fx:id="btnLancer" layoutX="70.0" layoutY="140.0" mnemonicParsing="false" text="%lancer.de.des">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font></Button>
|
|
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="WHITE" height="96.0" layoutX="22.0" layoutY="25.0" stroke="BLACK" strokeType="INSIDE" width="96.0" />
|
|
<Polygon fill="WHITE" layoutX="191.0" layoutY="81.0" stroke="BLACK" strokeType="INSIDE">
|
|
<points>
|
|
<Double fx:value="-50.0" />
|
|
<Double fx:value="40.0" />
|
|
<Double fx:value="50.0" />
|
|
<Double fx:value="40.0" />
|
|
<Double fx:value="0.0" />
|
|
<Double fx:value="-60.0" />
|
|
</points>
|
|
</Polygon>
|
|
<Label fx:id="d6" layoutX="57.0" layoutY="38.0" styleClass="des" text="6">
|
|
<font>
|
|
<Font size="48.0" />
|
|
</font>
|
|
</Label>
|
|
<Label fx:id="d4" layoutX="178.0" layoutY="51.0" styleClass="des" text="4">
|
|
<font>
|
|
<Font size="48.0" />
|
|
</font>
|
|
</Label>
|
|
<Button fx:id="btnStop" layoutX="101.0" layoutY="140.0" mnemonicParsing="false" text="%stop">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Button>
|
|
</children>
|
|
</Pane>
|