A simple super shop management project.
I created this project to practice. But I tried to make the codes easily readable, reusable and changeable.
use of classes:
- Main.java is used to run the project.
- UserControl.java is used to work with user and file (login info and memo).
- Mail.java is used to send password for new users and for password recovery.
- Products.java is used to control the products of the super shop.
- Others are used to control that type (file name is written as type) of products.
How to run: (on cmd)
- run SuperShop.jar on cmd