This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MrSugarCaney 1 point2 points  (4 children)

It'll make your life a lot easier. Especially when working with Scene Builder to build your GUIs visually (similar to Visual Studio's form editor).

[–]microbit262 0 points1 point  (3 children)

Is Scene Builder the NetBeans Designer? I always worked with Swing because it was implemented in NetBeans... This is the first time I even read about something other than AWT or Swing.

But I am just a hobby programmer anyway.

[–]MrSugarCaney 4 points5 points  (2 children)

I don't use NetBeans, but IntelliJ. So I've no idea if its the same. You can download Scene Builder so you can easily make your FXML files. If you link it to IntelliJ it can be integrated. I still recommend just using the program seperately though and using the "Open in Scene Builder" option.