Files
openide/plugins/javaFX/testData/highlighting/enumValues.fxml
2013-08-20 16:23:27 +04:00

8 lines
260 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.control.*?>
<GridPane xmlns:fx="http://javafx.com/fxml" alignment="center">
<HBox alignment="<error descr="Wrong attribute value">UNKNOWN</error>"/>
</GridPane>