mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-16 07:33:09 -08:00
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<?import java.lang.*?>
|
||
|
<?import java.util.*?>
|
||
|
<?import javafx.scene.*?>
|
||
|
<?import javafx.scene.control.*?>
|
||
|
<?import javafx.scene.layout.*?>
|
||
|
|
||
|
<AnchorPane xmlns="http://javafx.com/javafx"
|
||
|
xmlns:fx="http://javafx.com/fxml"
|
||
|
fx:controller="org.nwapw.abacus.fx.AbacusController"
|
||
|
prefHeight="400.0" prefWidth="600.0">
|
||
|
|
||
|
</AnchorPane>
|