我有一个关于 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>
实际上我无法理解父母和孩子之间关于计算大小的关系。因此,当我重新调整孩子的大小时,我遇到了一个问题,让我们说一个“房间”,即楼层的父母不会自行调整大小以支持孩子。这是一张图片:我无法发布图片“溢出角色”.....!!!!!!!!!!!!
很抱歉,如果我缺少任何需要的信息,请告诉我您需要什么,我会提供给您,提前致谢