Website enrollment formA blogging website wants users to enroll to get access to the blogs. The figure above shows the form layout for enrollment.Develop a Java WindowBuilder Application to implement this form.Add a Button called “Enroll” at the bottom.When the user clicks this button, the information entered by the user should be displayed in the box called Enrollment information.All the information user entered should be displayed along with their selections indicated by the Checkboxes and Radio Buttons under their proper headings (Interests, Communication Preference, How referred)Example Output: Name: xxxxxxxxxxxx Email: aaa@bbb.com Phone: 123-456-7890 City: zzzzzzzzzzz State: TXInterests Communication Preference How Referred Electronics email Website Technology Travel Shopping

Java
$ 50.00
Website enrollment formA blogging website wants users to enroll to get access to the blogs. The figure above shows the