melatonina
09/02/2020, 1:37 PMMarshall
09/02/2020, 2:12 PMMarshall
09/02/2020, 2:13 PMoverride val root = vbox {
val frag = MyFrag()
frag.root.vgrow = Priority.ALWAYS
add(frag)
}
Marshall
09/02/2020, 9:39 PMgridpane {
row {
for (fv in 0..3) {
with(ForecastView(controller.createForecastModel(fv))) {
root.gridpaneConstraints { hGrow = Priority.ALWAYS }
this@row.add(this)
}
}
}
}
melatonina
09/04/2020, 8:52 PM