mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-03-10 03:19:52 +03:00
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import java.net.URL?>
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.TextArea?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
<!-- DrLeonardo Design -->
|
|
|
|
<Pane fx:id="overlay" prefHeight="450.0" prefWidth="693.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
|
|
<stylesheets>
|
|
<URL value="@debug.css" />
|
|
<URL value="@../../styles.css" />
|
|
</stylesheets>
|
|
|
|
<!-- Debug controls -->
|
|
<TextArea fx:id="output" prefHeight="405.0" prefWidth="693.0">
|
|
<padding>
|
|
<Insets left="10.0" right="10.0" />
|
|
</padding>
|
|
</TextArea>
|
|
<Pane layoutY="405.0" prefHeight="45.0" prefWidth="693.0" style="-fx-background-color: #ffffff;" />
|
|
<Button fx:id="copy" defaultButton="true" layoutX="373.0" layoutY="415.0" prefHeight="30.0" prefWidth="100.0" text="Копировать" />
|
|
<Button fx:id="action" layoutX="533.0" layoutY="415.0" prefHeight="25.0" prefWidth="150.0" text="Убить" />
|
|
<Label fx:id="version" layoutX="14.0" layoutY="419.0" text="GravitLauncher" />
|
|
</Pane>
|