Create a GUI application that accepts student registrationdata.Specifications
->The text box that displays the temporary password should beread-only.->The temporary password consists of the user’s first name, anasterisk (*), and the user’s birth year.->If the user enters data in the first three fields, display atemporary password in the appropriate textfield and a welcome message in the label below the textfields.->If the user does not enter data, clear the temporary passwordfrom the text field, and display an errormessage in the label below the text fields.->Store the student data in a file. Then, theapplication reads the student’s data from the file when itstarts; display all students who are already registered. Click OKto proceed with accepting additionalstudents.
The GUI with valid data Student Registration First Name: Harold Last Name: Moore Year of Birth: 2001 Temporary Password: Harold 2001 Welcome Harold Moore! The GUI with invalid data Student Registration Harold Register 2001 X Register Exit First Name: Last Name: Year of Birth: Temporary Password: Please enter first name, last name, and year of birth. Exit X
Create a GUI application that accepts student registration data. Specifications ->The text box that displays the tempora
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am