/A-Guess-Panel

A simple implementation of javax.swing.jpanel.

Primary LanguageJavaMIT LicenseMIT

Use javax.swing.jpanel to create a GuessPanel

The GuessPanel consists of:

  • RadioButtons: represent all the characters, weapons and estates so that players can make their selections for MakeGuess or SolveAttempt, players are allowed to choose exactly one.

  • JLabels: indicate the type of the following buttons.

  • JButton: allows players to submit their selections

    image