is there anyway to get the screen size? For initia...
# compose-desktop
a
is there anyway to get the screen size? For initial window sizing I want to not exceed the available screen space
a
Check out AWT’s Toolkit class
a
thanks!