You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And therefore the GUI is blocked, and if there is an OutOfMemoryError that whole neuroConstruct process has to be killed.
Instead, the menu should spawn a thread or use an ExecutorService, which can disable the GUI while keeping the ability to react to the thread crashing with an error or exception.
The text was updated successfully, but these errors were encountered:
And therefore the GUI is blocked, and if there is an OutOfMemoryError that whole neuroConstruct process has to be killed.
Instead, the menu should spawn a thread or use an ExecutorService, which can disable the GUI while keeping the ability to react to the thread crashing with an error or exception.
The text was updated successfully, but these errors were encountered: