mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-25 16:01:29 +07:00
8 lines
284 B
XML
8 lines
284 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<?import FxIdExactOptionsModel?>
|
|
<GridPane fx:controller="FxIdExactOptionsController" xmlns:fx="http://javafx.com/fxml">
|
|
<fx:define>
|
|
<FxIdExactOptionsModel fx:id="<caret>"/>
|
|
</fx:define>
|
|
</GridPane> |