To set a red color for the text in the label lbl, use _________.
a. lbl.setFill(Color.red);
b. lbl.setTextFill(Color.red);
c. lbl.setFill(Color.RED);
d. lbl.setTextFill(Color.RED);
d. lbl.setTextFill(Color.RED);
Computer Science & Information Technology
You might also like to view...
Java uses Unicode to represent characters.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The ____________________ property of a TextBox object controls the alignment of the text content.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology