Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI unresponsive #7

Open
justin-ven opened this issue Sep 4, 2022 · 0 comments
Open

GUI unresponsive #7

justin-ven opened this issue Sep 4, 2022 · 0 comments

Comments

@justin-ven
Copy link
Collaborator

The GUI becomes unresponsive during the build phase of a model run. After diagnosing a bit, it looks like the Event Dispatcher Thread (EDT) is occupied after the build button is pressed. This seems to be a basic Swing design problem. I have fooled about with SwingWorkers to try to fix this issue, but without success. This isn't too surprising as I have no previous experience with Java Gui design. Nevertheless, the issue would be useful to fix, as the code currently does not provide any user feedback even where the build phase is lengthy (the Output stream window should ideally provide some feedback via System.out statements).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant