I'm pretty sure I can replace the line `@JvmStatic...
# tornadofx
g
I'm pretty sure I can replace the line
@JvmStatic var FXNode.uniform: Double; get() = ...; set() = ...
with a
...uniform: Double by delegateOfSomeKind(things)
, im just not sure how