Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Programmed in java using an ide such as netbeans or eclipse Problem #1: (Create

ID: 3859483 • Letter: P

Question

Programmed in java using an ide such as netbeans or eclipse

Problem #1: (Create Complex GUI) In this exercise, you are going to build a complex Java FX GUI with a TopPane, a MiddlePane and a BottomPane. Call your Class StudentGUI.java. Use a BorderPane for the Scene. Add the 3 smaller Panes to the BorderPane. Make the GUI show up. That’s it. No Events. The TopPane should say “Student Info”. The middle Pane will have 4 Labels and 4 Textfields. One each for ID, FirstName, LastName and GPA. The bottomPane will have 3 Buttons: Find, Update and Exit.

Add an event to the StudentGUI from above. Modify StudentGUI.java. Make it so when the user clicks on the Update button, a new window pops-up. Just include one Button on this new window.

DO NOT COPY AND PASTE SOMEONES CODE HERE THAT IS INCORRECT PLEASE

The code here does not work https://www.chegg.com/homework-help/questions-and-answers/create-complex-gui-exercise-going-build-complex-java-fx-gui-toppane-middlepane-bottompane--q16535083

Explanation / Answer

cout << "Age : " << age << endl;

cout << " Gender: " << gender << endl;