In Java Frames are not dynamically Re-sized by default .In order to perform this function Just add the following code your code.
// Comment Toolkit.getDefaultToolkit().setDynamicLayout(true);Using this code Frame are auto re sized according to the client window.
No comments:
Post a comment