8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<?import javafx.scene.layout.BorderPane?>
|
||
|
|
||
|
<BorderPane xmlns:fx="http://javafx.com/fxml/1" fx:controller="hanoi.FoablakController">
|
||
|
<!-- TODO Add Nodes -->
|
||
|
</BorderPane>
|