JFrame « JSplitPane « Java Swing Q&A





1. Making a JPanel manually resizable    stackoverflow.com

I have a JFrame with BorderLayout as the layout manager. In the south border, I have a JPanel, I want this JPanel's size to be adjustable by the user, i.e. the ...

2. JSplitPanes not resizing when JFrame maximized    coderanch.com

Hi all - I've got a JFrame with a split pane on it. Basically all I want it to do is recall its enlarged size when the frame is enlarged. First I open the frame. Then I shrink the split pane to 15% of the frame size. Then I enlarge the frame and drag the split pane divider to enlarge it ...

3. Problem with JSplitPane and JFrame    coderanch.com

Hi all I'm stuck... I have a frame and jsplitpane on it. JSplitPane has 2 components: (left)panel with several labels and buttons, and (right) jscrollpane which has panel with bufferedimage on it (i draw img using g2.drawImage(...)). Everything works perfect till i try to resize frame - left jsplitpane's component is tryin to disappear (blinkin) and image is moving to left ...

4. JSplitPane displayed in JFrame    forums.oracle.com

Sorry about the ugliness (I promise I'll use code tags from here on out). This actually did help, but it readjusted the size of the entire frame. So I'm not clear what happened there. You're right, however, the swing forum might be a better venue for this, so I reposted it there. Thank you so much for the help...