javafx: wrap with fx:define fix (IDEA-104180)

This commit is contained in:
anna
2013-04-01 20:36:27 +02:00
parent 497644d544
commit a1da1fbceb
9 changed files with 115 additions and 22 deletions
@@ -0,0 +1,8 @@
<?import javafx.scene.control.Label?>
<?import javafx.layout.*?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<fx:define>
<Label fx:id="lb"/>
</fx:define>
<fx:reference source="lb"/>
</GridPane>