You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.1 KiB
26 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.Spinner?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
|
|
<VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="200.0" prefWidth="400.0" spacing="20.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="java1113.newdate.MothersDay1113Controller">
|
|
<children>
|
|
<HBox alignment="CENTER" prefHeight="63.0" prefWidth="380.0" spacing="20.0">
|
|
<children>
|
|
<Spinner fx:id="sYear" initialValue="2021" max="9999" min="1" prefHeight="36.0" prefWidth="111.0" />
|
|
<Label text="年母亲节" />
|
|
<Button mnemonicParsing="false" onMouseClicked="#buttonClick" text="计算" />
|
|
</children>
|
|
</HBox>
|
|
<Label fx:id="lblMothersDay" />
|
|
<Label text="by 学号:姓名" />
|
|
</children>
|
|
<padding>
|
|
<Insets left="10.0" right="10.0" />
|
|
</padding>
|
|
</VBox>
|