blob: 1cf24b5717fbc4ea585cdfac03261ad7f17966ca [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane id="AnchorPane" xmlns:fx="http://javafx.com/fxml"
fx:controller="ExampleController">
<PasswordField fx:id="newFieldName"/>
<Label text="${newFieldName.text}" GridPane.rowIndex="3"/>
</AnchorPane>