Question
Overview For this coursework you are required to propose and develop an Inventory Information System. If you are developing an inventory information system called Appliances
Overview
For this coursework you are required to propose and develop an Inventory Information System. If you are developing an inventory information system called Appliances IS to keep the appliances records, the system should have a title with a proper name and a table for storing and displaying the inventory items. The menu items must content minimum data type equivalent to the id, category, name, range level (for instance, low, medium, high) and price of item.
Additional data can be added. For Warehouse Information System, the equivalent data structure can be: 1. Appliances Model Number 2. Appliances Name within each category (e.g. Air-care, All in one oven etc.) 3. Category (such as Air Purifier, Micro-oven, refrigerator etc.) 4. Recommendation (Recommended by company, Recommended by community, No recommendation yet) 5. Price 6. Discount
Task Programming
Requirements for the Menu Information System, you are required to use NetBeans IDE to create a Java based Menu Information System. To create the system, you need to create a project named Appliances_IS containing a class called AppliancesInfo. Since the system stores menu information, its GUI should have a table with the title Appliances Information System for storing and displaying the following menu items.
GUI requirements: 1. Interactive and attractive GUI. 2. GUI Components a. Radio buttons within a button group; b. Check boxes or Combo box for selecting categories; c. Text fields and labels for all others. d. The table where at least 5 categories and 12 items is added. e. A simple menu bar. It should have at least the following items: i. File with Open File for opening an existing file and Exit for closing the system; ii. Help for user help files.
Step 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