HumbleUI / JWM

Cross-platform window management and OS integration library for Java
Apache License 2.0
561 stars 44 forks source link

Screen::getWorkArea #119

Open tonsky opened 3 years ago

tonsky commented 3 years ago

This is the rectangle defining the portion of the screen in which it is currently safe to draw your application content.

The returned rectangle is always based on the current user-interface settings and does not include the area currently occupied by the dock and menu bar. Because it is based on the current user-interface settings, the returned rectangle can change between calls and should not be cached.