Hey guys, quick question. I'd like to know how to...
# tornadofx
k
Hey guys, quick question. I'd like to know how to have some pane like an h or vbox, fill it with shapes, and have those shapes automatically resize and scale to fit the window size: something like:
Copy code
override val root = hbox {
  ellipse {}
  ellipse {}
  ellipse {}
}
where each ellipse is laid next to it's neighbor and expands to fit a screen boundry, resizing when the window is stretched.