In this project, you will create a simple GUI application in jGrasp using the JavaFX framework. The components of the interface will be arranged in a Grid Pane container. The container will consist of five labels for name, age, a secret, and and two types of output. The interface will also contain two text fields where a user's name and age can be entered, and a password field where a secret message can be typed. When a first button is clicked, the hidden message in the password field will be displayed. When a second button is clicked, the name and age of the user will be displayed in the output label.