原创 JavaFX常用樣式

HBox hbox=new HBox(5); hbox.setSpacing(10); hbox.setAlignment(Pos.CENTER_LEFT); hbox.getStyleClass().add("vbox_