Olav Hermansen
06/17/2020, 7:58 AMinit {
if(isConfigured) {
MainApplicationView().openWindow()
close()
}
}
Edit: runLater on close did the trick, but gives the effect of window glitch. Could be I should check the config before any view is initiated.sbyrne
06/17/2020, 12:53 PMjava.util.concurrent.Phaser
. I call register()
for each window I plan to open, and then arriveAndDeregister()
on the WINDOW_HIDDEN
event. main
waits on arriveAndAwaitAdvance()
.