Is there any way to check if our javaFx application is working. If so, show the existing application instance, otherwise start a new instance.
Well, I'm sure there is probably a better solution, but when I ran into the problem, I just made a boolean that would change after the start method started, if it were false by default.