Most voted "scenebuilder" questions
16 questions
Sort by count of
-
4
votes2
answers268
viewsProblem with Javafx
I have a problem when I add a JFX button that is present in the Jfoenix library. When opening my FXML document, it directs right to Scenebuilder, and inside it, to use all the items contained in the…
-
1
votes2
answers6513
viewsHow to implement a close (close) screen event?
When I create a screen in Scene Builder in Javafx, comes as default three buttons in the upper corner of the screen that are: minimize, maximize and the close-up. My question How I can manipulate…
-
1
votes1
answer1048
viewsHow do I make the program change the scene based on one button action in Javafx with Scene Builder?
Hello, everyone. I am trying to create a game in which the first window displays 2 buttons. One must activate 1 player mode and the other 2 players mode. When one of the modes is selected I intend…
-
1
votes1
answer32
viewsWhat is the best type of field? Textfield, slider, ...? For value above 0.1?
I made this layout as an example of a problem I’m having in creating a system, well, in the first value field (TextField) I cannot let the user enter the value zero, will only be allowed 0.1 up, as…
-
1
votes0
answers498
viewsHow to call another screen through the Menuitem
I’m trying to call another screen (include) through a Menuitem, but it’s not working. At first, I can call my Login screen from Main.java, then tbm can log in and call the Menu screen via a button.…
-
1
votes1
answer95
viewsError while trying to run Scene
I made a screen with Scene Builder, but when I compile in Javafx gives this error could help me? ant -f C:\\Users\\gusta\\Desktop\\TccProject\\LoginJAVAFXML jfxsa-run init: Deleting:…
-
1
votes1
answer113
viewsJavafx - locked screens
All Javafx screens lock when the server is turned on. I tried to use task, but you don’t seem to be getting ahead of yourself. The program works even with the locked screens but I would like to be…
-
0
votes0
answers631
viewsDifference between Scenebuilder and Javafx Application
People I am using Scene Builder 2.0 to make the Layout of my Javafx application. When I see the application through Scene Builder everything is ok, but when I run the Javafx application the side is…
-
0
votes1
answer318
viewsGrab text from Scene Builder to create account screen
How to get text from FXML file? field of the FXML file: <TextField fx:id="usernameSU" GridPane.columnIndex="1" /> controller file: public class signUpController implements Initializable {…
-
0
votes1
answer388
viewsFill label automatically when Stage opens - Javafx
I need a label receive a text automatically as soon as the stage started without having to click a button. As different texts are saved in a database, I need them to be loaded in the label when the…
-
0
votes1
answer151
viewsI can’t use Scenebuilder with Eclipse
Hello, I have Eclipse (Eclipse IDE for Java Developers) and wanted to install Javafx. I already installed e(fx)clipse and restarted the IDE. But when I create a new project in New > Other, the…
-
0
votes0
answers11
viewsProblem with controller in Scene Builder in case it does not recognize error
Hello folks apparently I am trying problem for Scene Builder to see my package controller, file: Loginverification.java and already looked the way and at first it does not seem to be the root cause…
-
-1
votes1
answer2583
viewsHow to open Netbeans . fxml files directly in Scene Builder?
When I click on the fxml extension file Scene Builder does not open so I can work on it. What can I do?
-
-2
votes1
answer32
viewsjava.lang.reflect.Invocationtargetexception in Javafx
I’m having a problem when loading a file with the Fxmlloader method, as in the image below. I don’t have this problem when I do a screen without using an FXML file, someone knows why of the error?…
-
-2
votes1
answer18
viewsI’m trying to make a chronometer program using java FXML in Scene Builder and I can’t
Every time I click the button, in an attempt to start the chronometer, this error happens: Exception in thread "Thread-4" java.lang.IllegalStateException: Not on FX application thread; currentThread…
-
-3
votes1
answer195
viewsCall a new screen using a button (Scene Builder, Javafx)
I created two screens, one main and one that I intend to call using a button, as it would be the appropriate method to call this secondary screen?