Icon + loader for client

This commit is contained in:
Clément
2025-03-05 12:55:35 +01:00
parent a83104d322
commit 6d228aee55
12 changed files with 87 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox alignment="CENTER" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.14-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="server.ServerGUIController">
<VBox alignment="CENTER" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.14-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="server.ServerGuiController">
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>