mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
9 lines
317 B
XML
9 lines
317 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.control.*?>
|
|
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<Button fx:id="btn" onMouseClicked=<error descr="No controller is specified for the top-level element">"#foo"</error>/>
|
|
</GridPane> |