This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Change JFrame content pane without window resizing
Jon Brasted
Greenhorn
Joined: Mar 18, 2004
Posts: 19
posted
0
Hi.
Inside a JFrame's container, I have a JPanel. I have a JScrollPane inside that which currently has a JTextArea object. Using a menu item, I want to be able to change the contents of the scroll pane to a JTree. I can currently do it by getting the JPanel and then adding a new JScollPane object containing the JTree. However, when I do so, the frame shrinks and then (nearly) instantly resizes. I want the frame to 'stay put'.
Is there any way of doing this?
Thanks, Jon
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
can you post a sample program, similar to below, showing the problem.
simple demo from your description, seems to work OK