A) Button
B) RadioButton
C) CheckBox
D) Any of these
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) the get method
B) the size method
C) the remove method
D) the set method
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) allows you to pass only one style rule at a time, as a string argument
B) allows you to pass multiple style rules as string arguments
C) is considered a better way to add styles than using a stylesheet
D) removes any styles that were previously applied to that node
Correct Answer
verified
Multiple Choice
A) create a MenuBar object
B) create the Menu objects and register an event handler for each menu item object
C) Add the MenuBar object to the scene graph
D) All of these are necessary steps.
Correct Answer
verified
Multiple Choice
A) getValue
B) setVisibleRowCount
C) setEditable
D) setValue
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) MenuBar
B) Menu
C) MenuItem
D) Bar
Correct Answer
verified
Multiple Choice
A) multiple selection mode
B) single selection mode
C) multiple interval selection mode
D) single interval selection mode
Correct Answer
verified
Multiple Choice
A) puppyListView.setSize(200, 300) ;
B) puppyListView.setSize(300, 200) ;
C) puppyListView.setPrefSize(200, 300) ;
D) puppyListView.setPrefSize(300, 200) ;
Correct Answer
verified
Multiple Choice
A) TextArea textArea = new TextArea() ;
B) TextArea textArea = new TextArea(" ") ;
C) TextArea = new textArea() ;
D) TextArea textArea = new TextArea.textArea("") ;
Correct Answer
verified
Multiple Choice
A) text-box
B) text-field
C) text-area
D) text
Correct Answer
verified
Multiple Choice
A) ComboBox.setEditable;
B) myComboBox.setEditable(true) ;
C) ComboBox.setEditable(myComboBox) ;
D) myComboBox = ComboBox.setEditable(true) ;
Correct Answer
verified
Multiple Choice
A) 12 pts
B) 18 pts
C) 15 pts
D) This will cause an error because there are duplicate font-size styles.
Correct Answer
verified
Multiple Choice
A) HTML, JavaFX
B) code, CSS
C) HTML, CSS
D) CSS, HTML
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) .stage
B) .top
C) .root
D) .all
Correct Answer
verified
Multiple Choice
A) CheckBox checkOne.setSelected(true) = "pizza";
B) CheckBox checkOne = new CheckBox("pizza") ;
CheckOne.setSelected(true) ;
C) CheckBox checkOne = new CheckBox("pizza") ;
CheckBox.setSelected(false) ;
D) CheckBox checkOne("pizza") = setSelected(true) ;
Correct Answer
verified
Showing 1 - 20 of 40
Related Exams