开发者

JFrame size decreasing

开发者 https://www.devze.com 2023-01-31 21:30 出处:网络
I need your help in java 1.4. How can I prohibit JFrame decreasing. In java 5 or 6 I just: new JFrame(\"TEST\").setMin开发者_开发知识库imumSize(...);

I need your help in java 1.4. How can I prohibit JFrame decreasing. In java 5 or 6 I just:

new JFrame("TEST").setMin开发者_开发知识库imumSize(...);

But how in java 1.4? That code does not work!


This used to be a bug which was fixed in mustang. Take a look at the bug details for possible workarounds that you can try in 1.4.

0

精彩评论

暂无评论...
验证码 换一张
取 消