game-client

Play TicTacToe and Reversi
Log | Files | Refs

app-settings.fxml (308B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <?import javafx.scene.layout.*?>
      3 
      4 <AnchorPane xmlns="http://javafx.com/javafx"
      5             xmlns:fx="http://javafx.com/fxml"
      6             fx:controller="nl.isygameclient.controllers.AppSettingsController"
      7             prefHeight="400.0" prefWidth="600.0">
      8 
      9 </AnchorPane>