Ask 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 services and allow a customer to select one or more items? a. JRadioButton b. JCheckBox c. JTextArea d. JLabel

+5
Answers (1)
  1. 11 August, 08:26
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers