mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
6 lines
220 B
XML
6 lines
220 B
XML
<?import javafx.scene.control.TableView?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="QuickfixRaw">
|
|
<TableView fx:id="table" onSort="#onS<caret>ort"/>
|
|
</GridPane>
|