JavaFX UI コントローラーに関する質問があるので、次の構造を持っています。
<VBox : "The Home Object Node">
<AnchorPane : "The Floor Object Node">
<FlowPane : "A Container in the Floor to Arrange Rooms">
<AnchorPane : "The Room Object Node">
<FlowPane : "The Container of the Object Inside A Room">
<AnchorPane : "The Container for every object in the Room">
<ImageView> : "A pic of the "whatever""">
</ImageView>
</AnchorPane>
</FlowPane>
</AnchorPane>
</FlowPane>
</AnchorPane>
</VBox>
実際、サイズの計算に関する親子の関係は理解できません。そのため、子供のサイズを変更するときに問題が発生します。「部屋」と言ってみましょう。フロアである親は、子供の好意でサイズを変更しません。ここに画像があります:画像「OVERFLOW ROLES」を投稿できませんでした.....!!!!!!!!!!!!
必要な情報が不足していたら申し訳ありません。必要なものを教えてください。よろしくお願いします。