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

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

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