I have been tasked with creating a Java program, here are the instructions: Create a program using GUI elements (buttons, labels, panels, text fields, layouts, message dialogue boxes). In this part, you are asked to create only the layout. Do not add any actionListener code. Your window should display a section for the instructions, a section that displays 4 different vacation package locations, entry fields for the first and last name and age of 4 guests, a field for the departure date, and a section for the output. Write the vacation package, first, last, and age of each guest, and the departure date to a text file. There should be an area of the window that will display the information (vacation location, guest names, ages, and departure date).

Your program should include try...catch blocks and exceptions. Your program should include a menu list with at least a File tab with a clear and exit command.