修改一些细节

This commit is contained in:
liwen
2020-12-09 10:19:07 +08:00
parent 57c9bcc56d
commit cc5ab247c1
9 changed files with 178 additions and 121 deletions

View 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="fxml.Power"
prefHeight="400.0" prefWidth="600.0">
</AnchorPane>