mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
10 lines
258 B
XML
10 lines
258 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
<?import java.io.File?>
|
|
<?import javafx.scene.control.Label?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<fx:define>
|
|
<<error descr="Unable to instantiate">File</error>/>
|
|
<Label/>
|
|
</fx:define>
|
|
</GridPane>
|