Is there any way in Java to enforce a minimum window size?
Posted
by waitinforatrain
on Stack Overflow
See other posts from Stack Overflow
or by waitinforatrain
Published on 2010-03-23T18:16:49Z
Indexed on
2010/03/23
18:23 UTC
Read the original article
Hit count: 292
Is there any way in Java to enforce a minimum window size?
The last article I can find is from 1999, and has some complicated code to mimic the behaviour... http://www.javaworld.com/javaworld/javaqa/1999-10/03-qa-window.html
Surely there is a simple method that can be used?
© Stack Overflow or respective owner