Posts by Lucas Favaro Borsatto • 1 point
3 posts
-
0
votes1
answer27
viewsA: Class that previously referred to a stackpane seems to "lose" this reference in the future in JAVA
Following the tip of Tiago Dinis checked the "error"! : debugging and accompanying the instantiation of the object: public ConstructChessBoard() { boardGUI = new GUIboard(boardModel, stackPane); //É…
-
0
votes1
answer27
viewsQ: Class that previously referred to a stackpane seems to "lose" this reference in the future in JAVA
Hail to you, programmers! Ask for help with a Java Javafx code: - I have the controller class where all graphical elements with multiple @FXML are declared, including a stackPane variable. I pass…
-
0
votes1
answer15
viewsA: How to make a button read the text field number
private void jBotaoActionPerformed(java.awt.event.ActionEvent evt) { int numero = Integer.parseInt(j1.getText()); //aqui a variavel numero é inteira e guarda o número digitado no campo de…
javaanswered Lucas Favaro Borsatto 1