Design and implement a JavaFX GUI using the BorderPane component as shown below:
a. Place 4 Buttons on the top, bottom, left, and right areas.
b. The left/right buttons should expand to reach the top and bottom borders.
c. Place a TextField in the center.
Hello JavaFX
X
Top
Right
2. Corrected_text: Design and implement a JavaFX GUI that will show a Calculator layout as below: (Hint: use GridPane)
JavaFX Calculator
X
2
7
8
4
5
6
1
2
3
C
0