mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
9 lines
303 B
XML
9 lines
303 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.text.*?>
|
|
<GridPane fx:controller="ControllerIdRefController" xmlns:fx="http://javafx.com/fxml">
|
|
<Text fx:id="access<caret>Text"/>
|
|
</GridPane> |