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

5 lines
215 B
XML

<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.VBox?>
<VBox alignment="%correct.alignment">
<Label alignment=<warning descr="Invalid enumerated value">"%incorrect.alignment"</warning>/>
</VBox>