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...