GUI Multiple Choice
For this project, I wanted to make the program a little more user-friendly by adding a multiple-choice option. For the meal plan, room type, and 10 days questions, I want to just have two options that the user can choose, and the user to click one of the options. I know that one way to do this is by using JButtons, but I wanted to know if there was a more user-friendly way to do this.
Voters
Coder100 (17018)
There are. They are called checkboxes.
https://www.codejava.net/java-se/swing/jcheckbox-basic-tutorial-and-examples
uh don't forget to import checkbox too