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 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. https://www.geeksforgeeks.org/creating-frames-using-swings-java/ It is a platform dependent API for creating Graphical User Interface (GUI) for java programs. https://www.javatpoint.com/java-awtThe 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. |