A simple Java Swing-based task management application that allows users to create, manage, and track their tasks.
- Create new tasks with names and descriptions
- Delete individual tasks
- Clear all tasks
- Modern UI with icons
- Scrollable task list
- Java JDK 8 or higher
- Swing UI framework (included in JDK)
- Clone the repository
- Compile the Java files:
javac *.java - Run the application:
java Main
Main.java- Main application entry pointAddtask.java- Task creation and managementTask.java- Individual task representationimages/- Application icons and images
Feel free to submit issues and enhancement requests!