I found a javadoc for JXMultiSplitPane but I’m clueless. How would I use this to display 5 JPanels lined up horizontally with splitters in between?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It doesn’t answer your question exactly but I hope it is helpful.
Please check out this piece of code. The code was taken from the swinglabs presentation from 2007. It takes a while to load so be patient.
EDIT:
I understand your frustrations. I would like to see all the website of swingx returning to its previous state, from before the bl**dy ‘crash’ of the java.net. So many nice projects are now so hard to view.
It is very helpful to check their code out and go from there. Very useful for me was the code for the DefaultSplitPaneModel. I believe you would have managed to do it yourself. It wasn’t that hard after all as you can see in the model. The model could be coded in three lines but I have added the equal weighting feature.
Pleasure to help. Have fun 🙂
I would suggest you download the code, the documentation and jar for that library and have them bundled together into a NetBeans library. Then whenever you want to see, for example, how they have coded a particular class you hold the
CTRLand click the mouse on the class name and it will take you to its implementation. Do so always for all open source libraries. Doing so at start saves lots of time in the future. If you need a hand with that I am happy to help.