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

wont stop as a user thread keeps alive #11

Closed
littleboyonearth opened this issue Feb 26, 2021 · 1 comment
Closed

wont stop as a user thread keeps alive #11

littleboyonearth opened this issue Feb 26, 2021 · 1 comment

Comments

@littleboyonearth
Copy link

image

the new thread is not a daemon thread, so it will prevent the application from exiting

@dustinkredmond
Copy link
Owner

dustinkredmond commented Feb 26, 2021

@littleboyonearth In the latest version of FXTrayIcon, we do not use this Thread anymore. The check is instead done by invoking EventQueue.invokeLater() this way we can check on that particular thread, so there's no timing issue.

Please update your fork/clone to the latest version (2.7.2 as of time of writing). Thanks!

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

2 participants