- Mastering JavaFX 10
- Sergey Grinev
- 59字
- 2021-06-25 21:21:50
Glass toolkit
This toolkit is responsible for low-level interaction with operating systems. It uses native system calls to manage windows, handle system events, timers, and other components.
Note that Glass is written from scratch; it doesn't use AWT or Swing libraries. So, it's better to not mix old Swing/AWT components and JavaFX ones for the sake of performance.