UpdatePwd.fxml
1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane prefHeight="519.0" prefWidth="871.0" xmlns="http://javafx.com/javafx/8.0.92" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Pane layoutX="-14.0" layoutY="-7.0" prefHeight="519.0" prefWidth="871.0">
<children>
<TextField fx:id="oldPwd" layoutX="270.0" layoutY="83.0" maxHeight="300.0" minHeight="0.0" prefWidth="300.0" promptText="原密码">
<font>
<Font size="23.0" />
</font>
</TextField>
<Button layoutX="270.0" layoutY="338.0" mnemonicParsing="false" onAction="#btnPwd" prefHeight="52.0" prefWidth="300.0" style="-fx-max-height: 100;" text="确认修改" textAlignment="CENTER" textFill="#3da9ae" wrapText="true">
<font>
<Font size="26.0" />
</font>
</Button>
<TextField fx:id="newPwd" layoutX="270.0" layoutY="214.0" prefWidth="300.0" promptText="新密码">
<font>
<Font size="23.0" />
</font>
</TextField>
<Button layoutX="632.0" layoutY="218.0" mnemonicParsing="false" onAction="#keyD" prefHeight="38.0" prefWidth="89.0" text="键盘" textFill="#3da9ae">
<font>
<Font size="19.0" />
</font>
</Button>
</children>
</Pane>
</children>
</AnchorPane>