Quiz Application using Java Swing #javacode05

 Quiz Application using Java Swing 

JavaCode5

Introduction : Made a Quiz Application using java swing this application contains 10 Question and each question is of 5 marks total 50 marks.

Working : I have made 12 java files for making the application which took 2 hrs to complete it.
1st file is of mainpage which asks user to enter your name and agree for agreement.
After clicking on Start button it takes you to 2nd Frame which shows the instruction of the quiz.
and click on start button to start the test after that you cannot quit the test you will need to complete all the 10 Question with a next button.
at 11th frame it will asks to submit the test then 12th frame means the result frame will open which will show your name and result out of 50 and correct answers out of 10. 
With some text like you passed or you failed.

Below i have attached a output video and code file with executable jar file.



Code  :
                Download Jar File => Click Here
                Download Code file => Click Here





Comments