blob: 68e6b5522bcd2d027456546a684560305eaaa42f [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="pass<caret>wordField"/>
<Label text="${passwordField.text}" GridPane.rowIndex="3"/>
</AnchorPane>