Question
Question 1 4 pts (TCOs 16) Which of the following statements is false? You can disable editing on a text area. You can specify the
Question 1 4 pts (TCOs 16) Which of the following statements is false? You can disable editing on a text area. You can specify the number of columns in a text area. You can create a text field with a specified text area. You can specify a horizontal text alignment in a text area.
Question 2 4 pts (TCOs 16) The method _____ adds a text area jta to a scrollpane jScrollPane. jScrollPane.insert(jta) jScrollPane.add(jta) jScrollPane.addItem(jta) None of them.
Question 3 4 pts (TCOs 16) The method _____ assigns the name Result to the Text of the label lblMsg. lblMsg.findText() lblMsg.text("Result") lblMsg.setText("Result") lblMsg.newText("Result")
Question 4 4 pts (TCOs 16) A JList object can be populated with data stored in a(n) _____ object. ModelList DefaultListModel ListArray DefaultModelList
Question 5 4 pts (TCOs 16) Which of the following statements is false? To check whether a radio button jrb is selected, use jrb.isSelected(). By default, when a radio button is created, the radio button is not selected. You can create an instance of ButtonGroup and add radio button to the instance to group the buttons. A GUI may have only one ButtonGroup.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started