如何更改ChoiceBox的默认大小?

时间:2017-06-20 06:46:01

标签: java user-interface javafx javafx-8

我正在使用ChoiceBox并将ChoiceBox放入HBox并且HBox转到窗格。但是,我注意到choiceBox的默认宽度太短。有谁知道我怎么能改变它? (不改变画幅宽度,我想改变我点击的地方)

a screenshot of the code

a screenshot of the run case

1 个答案:

答案 0 :(得分:0)

有从类javafx.scene.layout.Region继承的方法。如果你想要setMaxHeight,setMaxWidth,setMaxSize,setPrefHeight,setPrefWidth,setPrefSize,你可以使用它们。

资源:https://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/ChoiceBox.html#valueProperty--