mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-26 16:31:26 +07:00
7 lines
227 B
XML
7 lines
227 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<AnchorPane id="AnchorPane" xmlns:fx="http://javafx.com/fxml">
|
|
<stylesheets>
|
|
<String fx:value="mystyle.css"/>
|
|
</stylesheets>
|
|
</AnchorPane> |