You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.5 KiB
45 lines
2.5 KiB
<!--<?xml version="1.0" encoding="UTF-8"?>-->
|
|
|
|
<!--<?import java.lang.*?>-->
|
|
<!--<?import javafx.scene.control.*?>-->
|
|
<!--<?import javafx.scene.text.*?>-->
|
|
<!--<?import javafx.scene.control.Button?>-->
|
|
<!--<?import javafx.scene.control.Label?>-->
|
|
<!--<?import javafx.scene.layout.*?>-->
|
|
<!--<?import javafx.scene.text.Font?>-->
|
|
|
|
<!--<AnchorPane fx:id="hostWrapper" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="780.0" visible="false" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">-->
|
|
<!--<children>-->
|
|
<!--<GridPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">-->
|
|
<!--<columnConstraints>-->
|
|
<!--<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />-->
|
|
<!--<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />-->
|
|
<!--<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />-->
|
|
<!--</columnConstraints>-->
|
|
<!--<rowConstraints>-->
|
|
<!--<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />-->
|
|
<!--<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />-->
|
|
<!--<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />-->
|
|
<!--</rowConstraints>-->
|
|
<!--<children>-->
|
|
<!--<Button fx:id="hostGameBtn" mnemonicParsing="false" onAction="#hostGamePressed" text="Start Game" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="2">-->
|
|
<!--<font>-->
|
|
<!--<Font size="20.0" />-->
|
|
<!--</font>-->
|
|
<!--</Button>-->
|
|
<!--<Label text="Address: 127.0.0.1" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="1" GridPane.valignment="TOP">-->
|
|
<!--<font>-->
|
|
<!--<Font size="17.0" />-->
|
|
<!--</font>-->
|
|
<!--</Label>-->
|
|
<!--<Label text="Port: 4942" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="1">-->
|
|
<!--<font>-->
|
|
<!--<Font size="17.0" />-->
|
|
<!--</font>-->
|
|
<!--</Label>-->
|
|
<!--<Button mnemonicParsing="false" onAction="#menuBtnPressed" text="Main Menu" GridPane.halignment="CENTER" />-->
|
|
<!--</children>-->
|
|
<!--</GridPane>-->
|
|
<!--</children>-->
|
|
<!--</AnchorPane>-->
|