mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 19:58:23 +07:00
6 lines
207 B
XML
6 lines
207 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="QuickfixSuper">
|
|
<Label onMouseClicked="#cl<caret>ick"/>
|
|
</GridPane>
|