| <?xml version="1.0" encoding="UTF-8"?> | |
| <?import javafx.scene.layout.GridPane?> | |
| <?import javafx.scene.control.TextField?> | |
| <?import javafx.scene.control.Label?> | |
| <GridPane xmlns:fx="http://javafx.com/fxml"> | |
| <TextField fx:id="textField"/> | |
| <Label text="${textField.text}"/> | |
| </GridPane> |