Answer the following statements true (T) or false (F)
1. A Polyline draws a series of connected lines defined by a set of points and connects the last point to the first point
2. PathElement subclass MoveTo moves to a specific position without drawing anything.
3. For video, JavaFX supports MPEG-4 (also called MP4) and Flash Video formats.
4. Playing multiple videos requires a separate MediaPlayer for each Media object.
5. Transition animations change a Node’s property values from one value to another in a specified amount of time. Only one property of a Node can be animated.
1. False. A Polygon draws a series of connected lines defined by a set of points and con- nects the last point to the first point.
2. True
3.True.
4. True.
5. False. Most properties of a Node can be animated.
You might also like to view...
The ________ data type would be used for long text or combinations of text and numbers
A) memo B) text C) number D) calculated
Which of the following is the objective of risk assessment?
A. Identify the inherent risk. B. Determine the impact of a threat. C. Calculate the likelihood of a threat occurrence. D. All the above.