1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-09-28 09:35:32 -07:00
Abacus/src/main/resources/abacus.fxml

16 lines
449 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<BorderPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.nwapw.abacus.fx.AbacusController">
<center>
<TabPane>
<Tab text="Calculator" closable="false"/>
<Tab text="Settings" closable="false"/>
</TabPane>
</center>
</BorderPane>