A simple Java Swing application for managing users through a graphical form.
Users can enter their first and last name, add them to a list, and clear the input fields.
This project demonstrates object-oriented programming (OOP), event handling with Swing,
and basic data storage using an ArrayList
.
- 📋 Register a new user with first and last name
- 🗑️ Clear input fields
- 💾 Store users in memory using an
ArrayList
- 💻 Display added users in console output
- 🎨 Responsive layout with
GridBagLayout
- Java 17+ (tested on Java 24)
- Swing (for the GUI)
- ArrayList (for in-memory storage)
git clone https://github.com/your-username/user-manager-swing.git
cd user-manager-swing