mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
8 lines
268 B
XML
8 lines
268 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
<?import java.lang.Double?>
|
|
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" alignment="center">
|
|
<<error descr="Unable to coerce java.lang.Double to javafx.scene.Node">Double</error> />
|
|
</GridPane> |