Top "Scenebuilder" questions

SceneBuilder is a UI design tool for JavaFX.

table column won't take full size of the table view in javaFX

i am trying to create a table with two columns. i am using the scene builder included in netbeans 7.2. in …

java user-interface javafx-2 scenebuilder
setting up Scene Builder with NetBeans 8.0.2

I am using: Mac OS X 10.10.1 NetBeans 8.0.2 SceneBuilder 8.0.0 downloaded from gluonhq.com I dragged SceneBuilder to Applications folder. When I …

scenebuilder netbeans-8
Switch between panes in JavaFX

I'm trying to make a Java program in JavaFX using FXML. However i'm having trouble with the layout management. I …

java swing netbeans javafx scenebuilder
JavaFX scene builder 2: controller class

Hi im building a JavaFX project and am using JavaFX Scene Builder 2. I wanted to link my controller to my …

java javafx-2 scenebuilder
Login Application with 1 stage and multiple scene in JavaFX

I am doing a timeline project. I have successfully created a login system and menus for everything, but when I …

java javafx fxml stage scenebuilder
What's the difference between fx:id and id: in JavaFX?

Maybe a really newbie's question.... I'm starting learning JavaFX in a FMXL Application using the Scene Builder, by reading this …

java xml javafx scenebuilder
Why would scenebuilder 2.0 fail to open my fxml file?

I have an fxml file that I created using SceneBuilder 2.0. This file is used in my JavaFx project that I …

javafx fxml scenebuilder
No injectable field found in FXML Controller class

It's about JavaFX. When i want to inject fx:id in Scene Builder, i get this warning: No injectable field …

java javafx fxml scenebuilder
JavaFX Table Cell Editing

I am trying to make a program in Java to manage my bookie accounts. I'm new to java, so I …

java javafx tableview scenebuilder
Why won't the children in my JavaFX HBox grow (SceneBuilder)?

The JavaFX docs for HBox say: If an hbox is resized larger than its preferred width, by default it will …

javafx-2 scenebuilder