Files
openide/plugins/javaFX/testData/highlighting/defaultPropertyField.fxml
anna 2bb6d246e0 javafx: field name isCaseInsensitiveEqual to default property should be treated as subTag
(cherry picked from commit df4e26648dd1e5040ae2cba4f96cdb1ef10222b5)
2013-03-22 21:36:03 +01:00

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>