mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 12:17:12 +07:00
5 lines
281 B
XML
5 lines
281 B
XML
<?import javafx.scene.control.Button?>
|
|
<fx:root type="javafx.scene.layout.GridPane" xmlns:fx="http://javafx.com/fxml">
|
|
<<error descr="Copy constructor not found for 'Button'">fx:copy</error> source="<error descr="btn not found">btn</error>"/>
|
|
<Button fx:id="btn"/>
|
|
</fx:root> |