A simple Java Swing-based multiple-choice quiz application created by Huzaifa.
This project demonstrates the use of Java Swing GUI components, event handling, and basic logic building.
- Displays multiple-choice questions with four options.
- Highlights the correct and incorrect answers with green and red backgrounds.
- Automatically proceeds to the next question after a short delay.
- Final score displayed in a pop-up message box.
- Clean and minimal user interface.
- Java
- Swing (JFrame, JButton, JRadioButton, JLabel, JOptionPane)
- AWT (Layout managers, Colors, Fonts)
- Event Handling (ActionListener, Timer)
- Make sure you have Java JDK (8 or above) installed on your system.
- Clone or download this repository.
- Open a terminal inside the project folder.
- Compile the program:
javac QuizApp.java