4 lines
143 B
Groovy
4 lines
143 B
Groovy
|
|
def window = java.awt.GraphicsEnvironment.localGraphicsEnvironment.maximumWindowBounds
|
||
|
|
|
||
|
|
println "width: $window.width, height: $window.height"
|