Wrapping that in a builder would be neat. ```trayi...
# tornadofx
p
Wrapping that in a builder would be neat.
Copy code
trayicon { menu("Foo") { menuitem("Bar") { setOnAction( {...} ) } }
👍 2