pike
09/29/2017, 4:03 AMhbox {
unibox = JFXTextField()
searchButton = JFXButton("search").apply{
buttonType = JFXButton.ButtonType.RAISED
style {
backgroundColor += c("teal")
buttonType = JFXButton.ButtonType.RAISED
}
}
add(unibox)
add(searchButton)
}