mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-27 17:01:31 +07:00
11 lines
336 B
XML
11 lines
336 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="newFieldName"/>
|
|
<Label text="${newFieldName.text}" GridPane.rowIndex="3"/>
|
|
|
|
</AnchorPane>
|