For this program you will recreate one of your past programming assignments (except for the Triangle one) with a GUI!
You have a good amount of flexibility with this, but there are a few specific requirements for each choice:
You should display all the need info to the user: their overall and turn score, along with the computer's overall score. You also should show what was rolled each time.
You should display all needed info to the user. Also, choosing which hole is taken should be done with a button of some kind, not by entering a number.
Your program should use the JFileChooser class for selecting which file to use as input and output. You should not read it in with a text field. You should also use a JPasswordField for the key, for added security!
You should use a JSlider or JSpinner for getting the numerical inputs.
Additionally, everything must be done through the GUI. You can't rely on any input or output through the "normal" means!
Copyright © 2024 Ian Finlayson | Licensed under a Creative Commons BY-NC-SA 4.0 License.