Re: Split Pane -> Getting equal pane sizes
David Beer <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Hi The only thing I can suggest is that have a panel on either side which is the same size. set the location of the divider and make the divider static. I can't remember the exact settings but this is the only way I can think of to do this. The proportion of each side depends on the data on each side of the split pane, text area verses list. Also consider different layouts to get the desired effect you want. Thanks David appleGuy wrote: > Hi, > > Currentlt when I resize a pane, the bottom pane changes size and the top > stays static (unless I use the handles on the pane) > > How do I get it so there is exactly a half and half vertical split always > between the 2 panes, even when I resize the window > > Many Thanks > Alex >