Files
openide/plugins/javaFX/testData/completion/constants_after.fxml
2013-01-31 09:51:53 +04:00

11 lines
303 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.control.*?>
<?import java.lang.Double?>
<GridPane xmlns:fx="http://javafx.com/fxml" alignment="center">
<Button>
<minHeight><Double fx:constant="NEGATIVE_INFINITY"/></minHeight>
</Button>
</GridPane>