Question 1
To set a red color for the text in the label lbl, use ________.
◦ lbl.setFill(Color.RED);
◦ lbl.setFill(Color.red);
◦ lbl.setTextFill(Color.red);
◦ lbl.setTextFill(Color.RED);
Question 2
________ are properties in Labelled.
◦ text
◦ alignment
◦ contentDisplay
◦ underline
◦ graphic