Files
openide/plugins/javaFX/testData/highlighting/literalValue.fxml

11 lines
255 B
XML

<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.VBox?>
<?import java.lang.String?>
<VBox xmlns:fx="http://javafx.com/fxml">
<Label>
<String fx:value="$1000"/>
</Label>
<Label>
<String fx:value="${name"/>
</Label>
</VBox>