xetra11
12/18/2020, 12:59 PMDialog
?
I have this logic on a close button inside the Dialog composition onClick = { }
but when I click it the following exception comes up:
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Anchor refers to a group that was removed
Also tried to mutate a toggleDialog
variable to "hide" the dialog but the same problem occursolonho
12/18/2020, 1:37 PMxetra11
12/18/2020, 3:25 PM