
Write an applet/awt application which displays the interface for the program described below. When the applet/awt application is executed it will display the screen in the appropriate layout, and responds to the user's actions.
The program simulates a student management system having the following characteristics:
The interface is attractive, very user friendly, intuitive (i.e. acts as someone would expect it to act), and reasonably realistic. It must accept the student id,name,age,address,date of birth,gender,blood group etc from the user and save it in MS Access database.
The interface uses command buttons to (i) add,edit,delete,update and cancel the records, (ii) to navigate the records forward or backward (iii) to move directly to first record or last record.
The number of records entered should be displayed using a report when the user presses a "report" button.
Initially make all fields not visible or gray it out.
In the interface appropriately use at least one set of "radio buttons" and at least one "drop-down list". Make appropriate use of the Layout managers.
please create an simple example with two or three fields only.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.