mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-17 16:09:32 -08:00
Create new fxml file and controller for it.
This commit is contained in:
parent
2aa479a971
commit
5c886cee60
5
src/main/java/org/nwapw/abacus/fx/AbacusController.java
Normal file
5
src/main/java/org/nwapw/abacus/fx/AbacusController.java
Normal file
|
@ -0,0 +1,5 @@
|
|||
package org.nwapw.abacus.fx;
|
||||
|
||||
public class AbacusController {
|
||||
|
||||
}
|
14
src/main/resources/abacus.fxml
Normal file
14
src/main/resources/abacus.fxml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?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>
|
Loading…
Reference in New Issue
Block a user