Added forgotten fxml
This commit is contained in:
14
ChatApp/app/src/main/resources/server/hello-view.fxml
Normal file
14
ChatApp/app/src/main/resources/server/hello-view.fxml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.geometry.*?>
|
||||
<?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">
|
||||
<padding>
|
||||
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
|
||||
</padding>
|
||||
|
||||
<Label fx:id="IPAddress" />
|
||||
<Button text="Enable Server" />
|
||||
</VBox>
|
||||
Reference in New Issue
Block a user