Answer the following statements true (T) or false (F)

1. In JavaFX all CSS properties begin with -fx-.
2. In a JavaFX application, a CSS type selector corresponds to a specific JavaFX node.
3. In a JavaFX application, you must recompile the application each time you make a change to the stylesheet.
4. Styles specified with the .root selector take precedence over styles applied to any other node.
5. CSS uses the RGB color system to define colors and colors can be specified using six hexadecimal numbers preceded by the # symbol.


1. TRUE
2. TRUE
3. FA;LSE
4. FA;LSE
5.TRUE

Computer Science & Information Technology

You might also like to view...

In order to have a program close use:

a) the reserved word exit b) the reserved word unload c) Application.Exit() d) Application.Unload()

Computer Science & Information Technology

The standard Unix program that provides on-line documentation is called

A. help B. man

Computer Science & Information Technology

Draw a UML activity diagram representing the meeting process described in Section 3.4.3. Focus in particular on the work products generated before and after the meeting, such as the agenda and the meeting minutes. Use swimlanes to represent roles.

What will be an ideal response?

Computer Science & Information Technology

Which of the following will substitute an image named redButton.jpg that is stored in the same place as the web page for a generic button? The doStuff() function is called when the button is clicked.

a. ``` button type="image" src=redButton.jpg onclick="doStuff()" /> ``` b. ``` ``` c. ```

Computer Science & Information Technology