Skip to content

A simple and quickly created GUI Java quiz application which uses 2D array data structure to hold the question options, with String and char arrays to hold questions and answers. Quiz questions are taken from the Java Quiz on W3 Schools. Application is wrapped as an executable application (.exe) using Launch4j and ready to go.

License

Notifications You must be signed in to change notification settings

mogrady-professional/Java-Quiz-Desktop-Application

Repository files navigation

Java Logo

Java Quiz Desktop Application

Table of Contents


Screenshots of the Application

Description

A simple and quickly created GUI Java quiz application which uses 2D array data structure to hold the question options, with String and char arrays to hold questions and answers. Quiz questions are taken from the Java Quiz on W3 Schools. Application is wrapped as an executable application (.exe) using Launch4j and ready to go.

System requirements

  • JavaSE-1.8 or higher.

Packages used

  • java.awt.event
  • java.awt
  • javax.swing

Source Code

This project was developed in Eclipse IDE and uploaded as an Eclipse project for convenience.

  • Source code is available to view in the src folder
  • Compiled code located in the bin directory.
  • Jar File
  • Executable (.exe) File
  • Doc's file (javadocs)

Running the application as an executable

As the project has already been compiled into an executable file, all you need to is:

  • Download the project and run Java Quiz Desktop Application.exe
  • All other files are not required unless you wish to inspect the source code and documentation.

Origonal Screenshot of the W3 Schools Java Quiz

About

A simple and quickly created GUI Java quiz application which uses 2D array data structure to hold the question options, with String and char arrays to hold questions and answers. Quiz questions are taken from the Java Quiz on W3 Schools. Application is wrapped as an executable application (.exe) using Launch4j and ready to go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages