Question: project : An application system development using JAVA program A. Project Description: Assume that you have a company that need an application system that can
project : An application system development using JAVA program
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 companys 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 customers 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
