Read the scenario below and answer the questions that follow: The South African Government is busy preparing for the independence celebrations to be held at the FNB Stadium in Nasrec, Johannesburg. They would like South Africans who are willing to come for the event to register attendance before they come. They have approached you as a Java Developer to help them develop an application that they can use
Read the scenario below and answer the questions that follow:
The South African Government is busy preparing for the independence celebrations to be held at the FNB Stadium in Nasrec, Johannesburg. They would like South Africans who are willing to come for the event to register attendance before they come. They have approached you as a Java Developer to help them develop an application that they can use to enable South Africans to register for the independence event. Use this information to answer the questions that follow.
Create a Java Application using NetBeans called EventRegister. The Java application could either have a JavaFX or Java Swing GUI. The application should allow users to register for the independence celebrations by entering a unique number, their name, and their email address then clicking a “Register” button. The unique number must be in the format of three upper case letters followed by three numbers. Ensure that all fields are filled in, and that the unique number and email address are in the correct format. Use this unique number to check if the number already exists in the
The EventRegister application requires a File menu with an Exit menu item that exits the application. You can make use of any relational database management system you are comfortable with i.e., Oracle Database, XAMPP, MySQL, Microsoft SQL Server or Microsoft Access.
The EventRegister application should look as follows:
Step by step
Solved in 2 steps