JFrame: get size without borders?

后端 未结 4 385
渐次进展
渐次进展 2020-12-03 13:40

In Java, is it possible to get the Width and Height of the JFrame without the title and other borders?

frame.getWidth() and frame.getHeight()1 seems to return the wi

4条回答
提交回复
热议问题