Skip to content

mniew/Electronic-Inventory-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book and Car System

Created a program to represent an electronic store in Java using an object-oriented programming approach.

For electronics, the user must enter the product ID, Name, Price, Year. If the product being added is a book the author and publisher can also be included. Defensive programming is used to prevent duplicates or anyother invalid entries. The size of the buttons and text fields will scale to the size of the window.

image

A hashmap is utilized to increase the efficiency of the product searches. Upon closing the program all items are stored in Data.txt. Data.txt is opened and parsed upon the opening of the program to retain information.

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages