Question 1
To set the node to the right of the text in a label lbl, use ________.
◦ lbl.setContentDisplay(ContentDisplay.TOP);
◦ lbl.setContentDisplay(ContentDisplay.LEFT);
◦ lbl.setContentDisplay(ContentDisplay.BOTTOM);
◦ lbl.setContentDisplay(ContentDisplay.RIGHT);
Question 2
________ is a superclass for Button.
◦ Labelled
◦ Node
◦ ButtonBase
◦ Label
◦ Control