mirror of
https://github.com/DanilaFe/abacus
synced 2024-12-23 16:00:09 -08:00
Add a tabbed pane as the main focus of the window.
This commit is contained in:
parent
d42172ce03
commit
192fe7de76
|
@ -1,14 +1,15 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<?import java.lang.*?>
|
|
||||||
<?import java.util.*?>
|
|
||||||
<?import javafx.scene.*?>
|
|
||||||
<?import javafx.scene.control.*?>
|
<?import javafx.scene.control.*?>
|
||||||
<?import javafx.scene.layout.*?>
|
<?import javafx.scene.layout.*?>
|
||||||
|
|
||||||
<AnchorPane xmlns="http://javafx.com/javafx"
|
<BorderPane xmlns="http://javafx.com/javafx"
|
||||||
xmlns:fx="http://javafx.com/fxml"
|
xmlns:fx="http://javafx.com/fxml"
|
||||||
fx:controller="org.nwapw.abacus.fx.AbacusController"
|
fx:controller="org.nwapw.abacus.fx.AbacusController">
|
||||||
prefHeight="400.0" prefWidth="600.0">
|
<center>
|
||||||
|
<TabPane>
|
||||||
</AnchorPane>
|
<Tab text="Calculator" closable="false"/>
|
||||||
|
<Tab text="Settings" closable="false"/>
|
||||||
|
</TabPane>
|
||||||
|
</center>
|
||||||
|
</BorderPane>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user