MinHeight/MinWidth is ignored
943371Sep 5 2012 — edited Sep 5 2012After setting the MinHeight value of a AnchorPane with SceneBuilder (writes correctly to fxml file) the window is still resizable into a size with a smaller height.
From Java this.rootPane.getMinHeight() does return the right value.
Example FXML:
<minHeight>
<Long fx:value="400" />
</minHeight>
Using JavaFX 2.2 (JDK7u7)