java - JFrame: get size without borders? -


in java, possible width , height of jframe without title , other borders?

frame.getwidth() , frame.getheight()1 seems return width including border.

thanks.

  frame.getcontentpane().getsize();  

Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -