When review JavaFX Tutorial lesson 4, there is a sentence which needs to be modified:
Specifying Objects
Now you can proceed to specify the objects within the scene. The button consists of a rectangle and a circle. Specify the rectangle and the circle within a group.
To specify objects:
1. Add import statement for the javafx.scene.Group class.
"An" needs to be added into the sentence.
Specifying Objects
Now you can proceed to specify the objects within the scene. The button consists of a rectangle and a circle. Specify the rectangle and the circle within a group.
To specify objects:
1. Add import statement for the javafx.scene.Group class.
"An" needs to be added into the sentence.