mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
11 lines
345 B
XML
11 lines
345 B
XML
<?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>
|