Skip to content
Nuwan Jayawardene edited this page Apr 24, 2017 · 4 revisions

Welcome to the GUI-Java-Slot-Machine wiki!

This is a brief introduction about the GUI-Java-Slot-Machine software

This Swing GUI application was developed to have similar functionalities of a real slot machine. User interface was designed with Java Swing and the user can add coins and place bets as well. When he/she presses the spin button a series of 6 symbols starts spinning simultaneously on three wheels. The user can click on either of the three reels to stop it from spinning. And if all the three reels match with each other he/she will gets awarded with credits. The value of each symbol is as follows;

  • Seven: 7
  • Bell: 6
  • Watermelon: 5
  • Plum: 4
  • Lemon: 3
  • Cherry: 2

Screenshots of the software are as follows;

Below is a screenshot of the text file with score saves;

Clone this wiki locally