mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
9 lines
280 B
XML
9 lines
280 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.image.*?>
|
|
<AnchorPane xmlns:fx="http://javafx.com/fxml">
|
|
<ImageView id="lock" pickOnBounds="true">
|
|
<Image url="" preserveRatio="true" smooth="true"/>
|
|
</ImageView>
|
|
</AnchorPane>
|