Ask Question
4 July, 14:12

An app for a hair styling stop needs a form for the various services that they offer. What control should be used to display all of the services and allow a customer to select one or more items? a. JRadioButton b. JCheckBox c. JTextArea d. JLabel

+2
Answers (1)
  1. 4 July, 14:40
    0
    in order to allow a customer to select one or more option, the option to use is JCheckBox. Checkbox allows a user to chose more than one option from a list of option displayed. They are mostly presented in the form of a box which can be checked or unchecked. it allows a user to select more than a single option compare to radio button which allows a user to select just a single option from a list. So since the hair styling shop wants the user to select more than one option, The JCheckbox will be the right option. Further more, jLabel is just used to describe the purpose of the JCheckbox, like the name given to the checkbox.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “An app for a hair styling stop needs a form for the various services that they offer. What control should be used to display all of the ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers