1. How to size a JSplitPane? coderanch.com |
2. How to size a JSplitPane (Fixed)?? coderanch.com |
3. How to size jsplitpane? coderanch.comok, here is the gui in a simple way. i wrote it for you to understand and in addition to that i solved my problem :-) But i have another problem with "splitPane.setDividerLocation(0.5);", because there is no effect. the divider should be in the middle and i want to use percentage. Can you help, please? thanks! import java.awt.*; import java.awt.event.*; import ... |
4. How to tell JSplitPane to ignore preferred sizes? coderanch.com |
5. How do a size a JSplitPane to the form? java-forums.orgI created an application with a split pane, and dragged the sides of it to the window border. When I run the application and resize the window, the pane doesn't resize exactly. It reaches a maximum height and then stops growing, leaving a huge gap between the top of the frame window and the top of the pane. In Delphi you ... |