Skip to content

scottbanyard/french-gui-test-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

French Test using a GUI in Java (swing)

I began this GUI by following on from my frenchTranslations.c program (found in https://github.com/scottbanyard/french-programs-C). I wanted to be able to represent a test system with a GUI, so I decided to recap swing in Java.

Simple UI shown below :

alt text

Installation

  • open up a command line / terminal and cd into a directory
  • type in git clone https://github.com/scottbanyard/french-gui-test-java
  • ensure you have java installed (type in java -v), download if you haven't
  • type in javac Main.java MonthsTest.java NumbersTest.java ColoursTest.java to create the program
  • type in java Main to run the program

Current Progress:

  • full test questions in place for months and colours
  • only asks questions on certain numbers
  • score system - tells you how many you got right at the end
  • asks 5 random questions
  • quit button

Improvements:

  • improve design - make it look more colourful
  • work out a system to ask questions on all numbers (index possibly - done in C program)
  • feedback on questions you got wrong (show right answer - done in C program)

About

french test in java using swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages