ウィンドウの最小サイズを設定するにはどうすればよいですか? 値を設定しようとしましたminHeight
minWidth
が、マウスを使用してこの値の下でウィンドウのサイズを変更できます。
これが私のFXMLルートペインです:
<BorderPane fx:id="borderPane"
minHeight="200" minWidth="400" prefHeight="600" prefWidth="800"
xmlns="http://javafx.com/javafx/null"
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="simulation.Simulation_Controller">
</BorderPane>