Component « JSplitPane « Java Swing Q&A





1. Using JSplitPane with an AWT component    stackoverflow.com

I have an AWT canvas which I cannot convert to a Swing component (it comes from VTK). I wish to display a few of these canvases inside of ...

2. Need the height of an invalidated Swing component    stackoverflow.com

The basic setup is this: I have a vertical JSplitPane that I want to have a fixed-size bottom component and a resizing top component, which I accomplished by calling setResizeWeight(1.0). ...

3. How to lock JSplitPane divider when swapping components?    stackoverflow.com

I have a simple extended JSplitPane that I set different panels to at different times when they are needed. Specifically, I split it into an upper and lower section, and I ...

4. Retrieving a Component from a SplitPane    coderanch.com

Thanks CC, that did it! I knew it had to be something simple... I think by the time I wrote the message I was severly brain fried! As far as the updating, I may have to simply clear the existing JLabel and replace it with a new one. Here is the code used to create the splitPane... // Create Main Window ...

6. Adding Components in JSplitPane    coderanch.com