mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
7 lines
167 B
XML
7 lines
167 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.BorderPane?>
|
|
<BorderPane xmlns:fx="http://javafx.com/fxml">
|
|
<Label/>
|
|
<Label/>
|
|
</BorderPane>
|