- Mastering JavaFX 10
- Sergey Grinev
- 45字
- 2021-06-25 21:21:55
Shapes and their properties
Everything you see on the screen of your computer can be split into three large categories:
- Shapes
- Text
- Images
Thus, by being able to create each of these, you can build any UI in reasonable time. Let's start with JavaFX shapes.