Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.41 KB

Home-Inventory-System

The Home Inventory Manager helps you keep track of your valuable belongings. For every item in your inventory, the program stores a description, location, serial number, purchase information, and even a photo.

Swing (GUI)

Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes (JFC) – an API for providing a graphical user interface (GUI) for Java programs.
For more
https://www.geeksforgeeks.org/creating-frames-using-swings-java/

AWT(Abstract Window Toolkit)

It is a platform dependent API for creating Graphical User Interface (GUI) for java programs.
For more
https://www.javatpoint.com/java-awt

The idea of the program is to enter and/or view descriptive information about each item in your inventory. You can enter:

Items Description
Inventory Item A description of the item (required)
Location Description of where item is located
Marked Indicates if item is marked with some kind of identifying information (social security number, driver’s license number, phone number)
Serial Number Item serial number
Purchase Price How much you paid for the item.
Store/Website Where you purchased the item.
Photo View a stored JPEG photo of the item.
note Any additional information about the item.

Application Screenshot