SceneBuilder stops opening a file after awhile Programming Software Development by Slavi Not sure how to explain what is going on but after some time scene builder just won't display the fxml file that I am trying to modify further. It happened a couple of times so far and its really annoying because nothing can be changed. Yes, I do see scene builder loading and when I click on it, it opens but shows nothing. If I try to load another … Re: SceneBuilder stops opening a file after awhile Programming Software Development by JamesCherrill Out of memory??? Re: SceneBuilder stops opening a file after awhile Programming Software Development by Slavi Doesn't seem to be that, something odd is that if I change the name of the file to anything else it loads ... Re: SceneBuilder stops opening a file after awhile Programming Software Development by Slavi and if I rename it back to what it was, it doesn't load Ideas please Programming Software Development by Slavi … is appreciated - The entire GUI and styling is done using SceneBuilder (JavaFX) . The game works great ![e4ca9769b5176af920baa4dfd7bd0f93](/attachments/large/4/e4ca9769b5176af920baa4dfd7bd0f93… Re: JavaFX Programming Software Development by Doogledude123 …a simple GUI Program (Anything you want), inside of the SceneBuilder (What JC was talking about), and adding a Controller Class…the GUI to do program the logic. You can grab SceneBuilder from the JDK 8 Extra Downloads page. Use an …id under the code menu on the right side in SceneBuilder, and then go ahead and grab the Sample Controller Skeleton… Re: JavaFX FXMLLoader Invalid Property When Running Programming Software Development by Doogledude123 Same thing after restarting Eclipse. Even tried to remove the library and reattach it to the build path. Could SceneBuilder Update on it's own? Maybe something changed through an update and the Libraries aren't up-to-date. I'll try updating the libraries. I get what you mean with NetBeans, however I like the look and feel of Eclipse. Re: JavaFX Programming Software Development by JamesCherrill …. JavaFX comes with a drag'n'drop GUI builder called SceneBuilder that you can use stand-alone or in your IDE… Re: JavaFX Programming Software Development by Doogledude123 Eclipse works fine :P I have since switched to IntelliJ IDEA community edition. It doesn't matter what you use for it. Update your JDK to Java 8, JavaFX is built in now. Stick with the SceneBuilder for a while, then program your own GUI through code. Re: JavaFX multiple errors Programming Software Development by JamesCherrill … Source) ... seems to suggest there's something missing in your scenebuilder FXML file? Update: It seems this can be caused by… Re: Ideas please Programming Software Development by JamesCherrill How about three actual pictures for the R/P/S ? And an animation that shows the result (eg scissors cutting paper) complete with appropriate sounds? Re: Ideas please Programming Software Development by Slavi Love it James, especially the part with the animation. I haven't done anything animation wise in JavaFX and I think this is amazing idea, thanks! Re: Ideas please Programming Software Development by Slavi Oh, just a question. How can I make the animations? Do I make them in a video editting software? Re: Ideas please Programming Software Development by JamesCherrill I'd look on the web first, if nothing then do something simple with an animated GIF (unless you already have expertise in video editing). Re: Ideas please Programming Software Development by Slavi Cheers James