blob: df6b79c789e68fc810d843be20aef2b08c222d7e [file] [log] [blame]
<?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>