mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
5 lines
261 B
XML
5 lines
261 B
XML
<?import javafx.scene.control.TextField?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<AnchorPane xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8" fx:controller="PrivateSuperHandler">
|
|
<TextField onKeyTyped="#newHandlerName"/>
|
|
</AnchorPane> |