JavaFx Ui控制器父级子级调整问题

时间:2014-08-17 09:05:54

标签: java resize javafx-8 fxml vbox

我对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>

实际上,我无法理解父母和孩子之间关于计算大小的关系。 所以我有一个问题,当我重新调整孩子的大小让我们说一个“房间”父母是楼层不会重新调整自己的大小以支持孩子。 这是一张图片: 我不能发布图像“溢出效果”..... !!!!!!!!!!

我很抱歉,如果我错过了任何需要的信息,请告诉我你需要什么,我会把它提供给你 提前致谢 问候

0 个答案:

没有答案