mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
14 lines
374 B
XML
14 lines
374 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">
|
|
<fx:define>
|
|
<PasswordField fx:id="pass<caret>wordField"/>
|
|
</fx:define>
|
|
|
|
<fx:reference source="passwordField" GridPane.rowIndex="3"/>
|
|
|
|
</AnchorPane>
|