Files
openide/plugins/javaFX/testData/highlighting/custom/customComponentFieldsWithSameProperties.fxml

6 lines
219 B
XML

<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.Button?>
<fx:root type="CustomVBox" xmlns:fx="http://javafx.com/fxml" >
<Label fx:id="label"/>
</fx:root>