Answered step by step
Verified Expert Solution
Question
1 Approved Answer
SUBJECT - JAVA OOP (Object - Oriented Programming) A. Project Description: Assume that you have a company that need an application system that can manage
SUBJECT - JAVA OOP (Object - Oriented Programming)
A. Project Description: Assume that you have a company that need an application system that can manage any transaction or process happen in the company whether online or stand alone system for example managing inventory of the company, ordering product, ticket reservation, booking system etc. B. Project Requirements: You need to develop an application system that based on the company requirements. The system should have at least three (3) modules as given below: a. Home (advertise company's profile - product or services) Company name, logo and any other relevant information about the company Display all information about the relevant system that had been developed for example the product(image, description, price etc) b. A Form Create a suitable form based on system development for example ordering form should have date, name of product, image, quantity to order, price etc Calculation for any suitable process for example total price that must be paid etc C. A Receipt or summary about the task For example display receipt of purchase items with corresponding item price, total price etc. . C. System Specification (B) and Implementation (coding): Tasks 1. Planning a. Each module can be design seperately using tab selection. b. Design all classes that will be used. 2. Home: created to display product information. Use image, text, label appropriately 3. Form: create form appropriately that can store all information using array or text file or any other method 4. Receipt : for example generate customer's order receipt by listing all item purchase and the total price. Information can be retrieve from the array or file created in Order Placement Module. Can use any platform of Java program that applying GUI components: Must include the GUI basic class components such as JFrame, JLabel, JButton, JTextField, JCheckBox, JRadioButton, and JPanel May include JComboBox, JScrollPane, JList, JTextArea, and Jmenu A. Project Description: Assume that you have a company that need an application system that can manage any transaction or process happen in the company whether online or stand alone system for example managing inventory of the company, ordering product, ticket reservation, booking system etc. B. Project Requirements: You need to develop an application system that based on the company requirements. The system should have at least three (3) modules as given below: a. Home (advertise company's profile - product or services) Company name, logo and any other relevant information about the company Display all information about the relevant system that had been developed for example the product(image, description, price etc) b. A Form Create a suitable form based on system development for example ordering form should have date, name of product, image, quantity to order, price etc Calculation for any suitable process for example total price that must be paid etc C. A Receipt or summary about the task For example display receipt of purchase items with corresponding item price, total price etc. . C. System Specification (B) and Implementation (coding): Tasks 1. Planning a. Each module can be design seperately using tab selection. b. Design all classes that will be used. 2. Home: created to display product information. Use image, text, label appropriately 3. Form: create form appropriately that can store all information using array or text file or any other method 4. Receipt : for example generate customer's order receipt by listing all item purchase and the total price. Information can be retrieve from the array or file created in Order Placement Module. Can use any platform of Java program that applying GUI components: Must include the GUI basic class components such as JFrame, JLabel, JButton, JTextField, JCheckBox, JRadioButton, and JPanel May include JComboBox, JScrollPane, JList, JTextArea, and JmenuStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started