``` hbox { style { backgroundColor += ...
# tornadofx
p
Copy code
hbox {
    style {
        backgroundColor += c("yellow")
    }
    button("+") { hgrow = ALWAYS }
    button("-") { hgrow = ALWAYS }
}