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

Fixed the close operation #670

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

javiermoralesdev
Copy link

There's a tiny and almost undetectable bug. When you close the application it's still running in the background without the end user ever noticing which can lead to a waster of the user's machine resources.

The fix was pretty easy to do. The only modification I did to the codebase was going to the contructor of MainPanelView and adding this line to the beginning

setDefaultCloseOperation(EXIT_ON_CLOSE)

With this code the app immediatly closes once the user closes the window avoiding any extra resource consumption

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

Successfully merging this pull request may close these issues.

None yet

1 participant