2017-03-01 18 views

答えて

2

HBoxに入れ、HBoxVBoxに入れます。

VBox vbox = ... ; 
TextField textField = ... ; 
Button button = ... ; 

HBox hbox = new HBox(textField, button); 
vbox.getChildren().add(hbox); 
関連する問題