mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
5 lines
204 B
XML
5 lines
204 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<GridPane fx:controller="FxIdExactOptionsController" xmlns:fx="http://javafx.com/fxml">
|
|
<Label fx:id="<caret>"/>
|
|
</GridPane> |