This Java program manages a cell phone inventory system. It features user account creation, check-in functionality, and inventory control. The system provides an intuitive interface and ensures efficient, secure data storage.
- User Account Management: Users can create accounts and log in securely.
- Inventory Management: Users can add, update, and remove cell phone records from the inventory.
- Data Persistence: Inventory data is stored efficiently, ensuring that it can be retrieved and updated as needed.
- User Interface: The system includes a simple and intuitive graphical user interface (GUI).
CellPhone.java
: This class represents a cell phone, including attributes such as the phone's model, brand, and price.CellPhoneInventory.java
: This class manages the inventory of cell phones, including adding, updating, and removing cell phone records.CreateAccount.java
: This class handles the creation of user accounts, including input validation and data storage.CreateLoginForm.java
: This class manages the login process, including user authentication and session management.user-login-305.png
: This image file is used for the login form's graphical user interface.