Files
openide/plugins/javaFX/testData/inspections/redundantValue/inheritedAttribute_after.fxml

8 lines
254 B
XML

<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Label?>
<GridPane xmlns:fx="http://javafx.com/fxml"
minHeight="-Infinity"
alignment="TOP_LEFT"
prefHeight="400.0"
prefWidth="600.0">
</GridPane>