This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Setting Maximum size for a Window
Posted by Rajeev Mutalik on April 19, 2001 at 5:03 PM
Hello, Can anybody help me out in Java(AWT)? In my application I am creating a frame of particular size. Now I create one more text area. But I don't want the size of the newly created text area to exceed the size of the frame created previously. If u can post the code for that, that wud be much helpful for me. Thanx in advace.
Replies:
|