FXML - Text Field Moves To The Right Upon Button Click
问题 I am trying to make a program about managing reservations in a restaurant, but I have an enduring glitch that I have not been able to fix so far. Look at these pieces of code: Customer.fxml <?xml version="1.0" encoding="UTF-8"?> <?import javafx.geometry.*?> <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> <?import javafx.scene.text.*?> <GridPane xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10" prefWidth="300" prefHeight="300"> <padding> <Insets top=