Join Slack
Communities
Powered by
if (isFxApplicationThread()) { 972 ...
# tornadofx
c
carlw
10/26/2017, 1:39 PM
if (isFxApplicationThread()) { 972 setState(State.CANCELLED); 973 } else { 974 runLater(new Runnable() { 975 @Override public void More ...run() { 976 setState(State.CANCELLED); 977 } 978 }); 979 } 980 }
Open in Slack
Previous
Next