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

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -