Get size of frame without window borders

edited October 2013 in Programming Questions

If I use frame.setSize() I can change the size of the window. However after this I'd like to get the size of the window without the borders, i.e. the thing around with the red X for closing the window (in Windows) etc. I've found some java solutions for this, e.g. frame.getContentPane().getSize();, but they don't work in Processing.

Does anyone know how to do this?

Tagged:

Answers

Sign In or Register to comment.