I want to add a custom component / custom components to the javafx scene builder in intelliJ. I'm currently using java 8.1. I heard that adding components to the scene builder is possible with java 10 because it has java 2.0. I have java 10 installed, but I don't know how to switch to that version of java. So if you know how to solve this problem, I'd love to hear it.
Thanks in advance,
Lenardjee
Edit: I see why this problem is simular to other posts, for the direct problem is directly adding the custom component to the scene builder. However, that problem has an underlying reason for existing, being the fact that I use the editor in intelliJ and that editor is for javafx 1.0 or so, and the function of adding custom components is supported by the editor for javafx 2.0, which is in java 10. Now the real problem is: how do I update the scene builder in intelliJ? I have java 10 already installed but my project is still using java 8.1 and I don't know how to change it. I hope this explains why my question is relevant and so not a duplicate. Thanks for reading this explanation that is longer than the initial question ;p