- Mastering JavaFX 10
- Sergey Grinev
- 69字
- 2021-06-25 21:21:53
The most basic layout manager – Group
Group is a very lightweight layout manager. It doesn't support a lot of customizing options (for example, background color) and doesn't have any size control—Group's size is a combination of child sizes, and anything too large will be trimmed.
So, unless you need to have a huge amount of components and care a lot about performance, consider using another manager.