So setting `backgroundColor += Color.TRANSPARENT` ...
# tornadofx
r
So setting
backgroundColor += Color.TRANSPARENT
is the way to go to get the same results. (
backgroundColor += c("transparent")
works as well)