Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Build a JavaFX Application Design a Better App Separating the Layout

What is that button labeled "Scene Builder"?

In the editor window, when we are editing the fxml file, at the bottom of the pane, next to the button labeled "Text"?

I going to the grocery store, and I was wondering how much ice I should get?

1 Answer

Alexander Nikiforov
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 Points

Well this is obviously 'Drag and Drop' Scene builder, like you can have when developing any GUI apps, like in IOS or Android.

People here

https://dzone.com/articles/bye-bye-javafx-scene-builder

Suggest to use

http://gluonhq.com/labs/scene-builder/

because it is better. So if you need/want, you can dig into it.

I guess in this course, the point was to teach us how to do things "from code".

You can add stuff in Android and IOS also using just code, but rarely someone uses it that way, I think.