mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
5 lines
257 B
XML
5 lines
257 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="#onKeyTyped"/>
|
|
</AnchorPane> |