algorithms-for-computing-li.../LinearRegressionTool/src/main/resources/views/MainFrame.fxml

19 lines
614 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<BorderPane prefHeight="632.0" prefWidth="1118.0" xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.wwwu.awolf.view.ViewController">
<top>
<MenuBar fx:id="menuBar" BorderPane.alignment="CENTER"/>
</top>
<left>
</left>
<center>
<TabPane fx:id="tabPane" prefHeight="200.0" prefWidth="200.0" tabClosingPolicy="UNAVAILABLE" BorderPane.alignment="CENTER">
<tabs>
</tabs>
</TabPane>
</center>
</BorderPane>