java get size of jframe

https:‮w//‬ww.lautturi.com
java get size of jframe
frame.setSize(width, height);

frame.getSize(); // with borders and title
frame.getContentPane().getSize(); //without borders and title
Created Time:2017-09-24 21:58:09  Author:lautturi