1 / 3

Project 4 1

FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>Project 4<br>1. Specification<br>This programming project involves writing a program to manage a student database. The interface to the program<br>should be a Swing based GUI that looks similar to the following: A combo box should allow the user to select one of the four database actions shown. The database should be<br>implemented as a HashMap, with the Id field as the key and a Student record as the value. <br>

Lancashire
Télécharger la présentation

Project 4 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EDUCATIONAL COURSESTUTORIALOUTLET

  2. Project 4 1. Specification This programming • FOR MORE CLASSES VISIT • tutorialoutletdotcom • Project 41. SpecificationThis programming project involves writing a program to manage a student database. The interface to the programshould be a Swing based GUI that looks similar to the following: A combo box should allow the user to select one of the four database actions shown. The database should beimplemented as a HashMap, with the Id field as the key and a Student record as the value. The selected operationshould be performed when the user clicks the Process Request button.

  3. EDUCATIONAL COURSES TUTORIALOUTLET

More Related