Question: In this homework, you will develop a GUI application ( windows application ) in Java for a Linkedin platform which you ve designed in HW
In this homework, you will develop a GUI application windows application in Java for a Linkedin platform which youve designed in HW The application is limited with the following requirements:
Requirements
User Profile: Create a user profile, features to view and edit users' profile information and upload profile photo.
Job and Career Interests: Job and career orientated features such as job search, job postings, applying for jobs, browsing job adverts.
Search and Filtering: A search engine and filtering feature where users can search and filter other users, job adverts or content.
Remarks
Make use of abstract&concrete classes and interfaces where appropriate. The above requirements are the guidelines to use when creating your application. The overall design of the classes and view of the application is up to you. Make sure your classes are well designed, which means you should keep your data members private, and provide methods to access the private members, and you should include all importantnecessary methods. The application should be well designedcommented and follows Java naming conventions for classes, data members, methods, etc. The program should be clear and understandable to the user. In addition, you are supposed to write the below comment as the first statement in each your classes:
ClassName.java Author: Your namesurname ID: Your id
Write the purpose of this class eg Describes a movie object
Make use of exception handling mechanism in your application where possible.
Use at least two inner classes.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
