45 lines
1.7 KiB
XML
45 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.Separator?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<VBox fx:id="mainVBox" alignment="CENTER" prefHeight="300.0" prefWidth="500.0" xmlns="http://javafx.com/javafx/8.0.112" xmlns:fx="http://javafx.com/fxml/1">
|
|
<Label alignment="TOP_CENTER" text="OneClick Mining" VBox.vgrow="ALWAYS">
|
|
<font>
|
|
<Font name="Serif Bold" size="36.0" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="20.0" />
|
|
</VBox.margin>
|
|
</Label>
|
|
<Separator prefWidth="200.0">
|
|
<VBox.margin>
|
|
<Insets bottom="5.0" top="5.0" />
|
|
</VBox.margin>
|
|
</Separator>
|
|
<Label fx:id="versionLabel" text="VERSION">
|
|
<VBox.margin>
|
|
<Insets bottom="5.0" left="10.0" right="10.0" top="5.0" />
|
|
</VBox.margin>
|
|
</Label>
|
|
<Label fx:id="presentationLabel" text="The software OneClick Mining is a project of the team LACODAM located in the reseach laboratory IRISA. Contributors: Violaine Fabry, Gregory Martin" textOverrun="CLIP" wrapText="true">
|
|
<VBox.margin>
|
|
<Insets bottom="5.0" left="10.0" right="10.0" top="5.0" />
|
|
</VBox.margin>
|
|
</Label>
|
|
<Separator maxHeight="1.7976931348623157E308" prefWidth="200.0" VBox.vgrow="ALWAYS">
|
|
<VBox.margin>
|
|
<Insets bottom="5.0" top="5.0" />
|
|
</VBox.margin>
|
|
</Separator>
|
|
<Button fx:id="closeButton" alignment="CENTER" cancelButton="true" contentDisplay="CENTER" defaultButton="true" mnemonicParsing="false" nodeOrientation="LEFT_TO_RIGHT" text="Close">
|
|
<VBox.margin>
|
|
<Insets bottom="5.0" left="10.0" right="10.0" top="5.0" />
|
|
</VBox.margin>
|
|
</Button>
|
|
</VBox>
|