/JAVA-GUI-Form-Application

Simple Registration Form

Primary LanguageJavaMIT LicenseMIT

JAVA-GUI-Form-Application

Simple Registration Form

Assignment

In this assignment, you need to write Java code and design GUI for the registration form. You can see the images below.

Criteria

  • You need to use BorderLayout on your JFrame
  • You need to use Absolute Layout on the center region of the BorderLayout
  • You need to use Grid Layout on south region of the BorderLayout
  • When you click the Save button, you need to show a pop-up window to show user information.
  • When you click the Cancel button, Name and Surname boxes become and empty, and Contact checkboxes become unselected.

Screenshots

image

image