Need to develop DESKTOP application using JAVA swing (GUI) for Hospital store
Please check attached file and see the requirements
THE BRIEF/INSTRUCTIONS
Learning outcomes assessed
1. Explain and use key programming constructs to create correct and efficient programs
2. Design, and implement Object-Oriented programs
3. Develop applications with graphical user-interfaces
In this assignment you will develop a JavaSE desktop application that can be used for stock control within a specified context.
You will be given document that contains:
A context in which your assignment must be based along with a set of six requirements you must fulfil.
Details of a UML class diagram that you need to create along with any addition requirements on the class structure.
Details of additional requirements for you to implement.
This document will be provided to you through Class Notebook on Teams, it is your responsibility to check that you can access this and report any issues to your lab tutor well in advance of the deadline. You must not share this document with or show it to any other students.
You need to work through the following series of tasks in order; your mark will depend on your progress and the quality of the work you have done.
Task 1: Create a UML Class diagram based on your given context and requirements. This can be hand-drawn on paper or created electronically. Classes must contain appropriate attributes and show appropriate use of inheritance.
Task 2: Implement your class diagram in Java and create a set of at least 10 objects from these classes containing example data which can be used to demonstrate polymorphism. This data should be persistently stored in files, save to and loading from files as appropriate.