- Joined
- Aug 19, 2016
- Messages
- 11
- Thread Author
- #1
I currently have a JavaFX Canvas in my embeddable ui and a bunch of mouse/keyboard listeners (or whatever tf they are calling it in fx) being used with it. When I stop the bot these threads keep running, how do I stop this?
Also a side note, I don't think Garbage Collection/Clean up is working because when I stop a bot, If I have had images loaded in memory and I start and stop the bot enough times the heap starts to fill up. This could also be me doing something wrong.
Also a side note, I don't think Garbage Collection/Clean up is working because when I stop a bot, If I have had images loaded in memory and I start and stop the bot enough times the heap starts to fill up. This could also be me doing something wrong.
Last edited: