项目作者: manish723

项目描述 :
Java Swing UI app which is a quiz app having multiple choice questions.
高级语言: Java
项目地址: git://github.com/manish723/Java-swing-app.git
创建时间: 2017-12-30T03:39:30Z
项目社区:https://github.com/manish723/Java-swing-app

开源协议:

下载


Java-swing-app

Java Swing UI app which is a quiz app having multiple choice questions.

  1. This is a java application built on Swing UI framework.It has a capability of loading multiple choice questions
  2. from a notepad based text file dynamically and displaying the final score based on what user may have choosen.
  3. The admin can upload the questions to the app by just editing the text file and marking the correct answer out
  4. of the 4 options with an asterisk(*) mark.
  5. The IDE used for this project is Eclipse with Swing and web builder extensions.