Join Slack
Communities
Powered by
choice.onChange { if (it.equals("A")) { for...
# tornadofx
s
sp33dy
10/23/2018, 2:00 PM
choice.onChange { if (it.equals("A")) { formA.set(true) formB.set(false) } else { formA.set(false) formB.set(true) } }
Open in Slack
Previous
Next