Question: Problem Definition In this homework, you will develop a GUI application (windows application) in Java . The application is limited with the following requirements: Requirements
Problem Definition In this homework, you will develop a GUI application (windows application) in Java . The application is limited with the following requirements: Requirements Type your text - 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 class(es) and interface(s) 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 importantecessary methods. The application should be well designed/commented, 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: I/. // ClassName.java Author: Your name/surname ID: Your id // Write the purpose of this class (e.g., Describes a movie object) //. * Make use of exception handling mechanism in your application where possible. \& Use at least two (2) inner classes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
