Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #27 - Change service to get initial screen size
Toolkit.getDefaultToolkit().getScreenSize() is not especially aware of High DPI screen of the size of usable real-estate. Replaced it with GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWindowBounds() to have usable values for the first layout generation.
- Loading branch information