Files
openide/plugins/javaFX/testData/inspections/resourcePropertyValue/resourcePropertySingleFile.fxml

6 lines
241 B
XML

<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.VBox?>
<VBox>
<Label maxWidth="%message.width"
maxHeight=<warning descr="Invalid value: unable to coerce to java.lang.Double">"%message.height"</warning>/>
</VBox>