spockoyno
Results
1
issues of
spockoyno
The following Scala code (for a subclass of scalafx Label) works fine with GUI: class LabelRx(val data: Cell[String]) extends Label(" ") { private val listen = data.updates().listen((t: String) => text...