> Hello,
>
> I would like some code examples or good help to learn about JSplitPane
> component, please.
>
> Thanks :)
Hello.
First, this is the official doc' :
http://java.sun.com/docs/books/tutorial/uiswing/components/splitpane.html
You can read this source too :
http://www.particle.kth.se/~lindsey/JavaCourse/Book/Part1/Supplements/Chapter11/
rescaleConvert.html
In this program they use a JSplitPane.
If you don't succes to use JSplitPane, continue to post on Usenet, or
email me (or somebody else who code in Java).
Regards,
Thomas
(Sorry for my really bad English, I'm French)
Eitan M - 14 Aug 2007 13:13 GMT
Thanks.
Also, I want that :
If splitpane split between right-side-component, and left-side-component.
I want that both side of components be the same size, by default, at first
time.
How can I do that ?
Thanks :)
Eitan M - 14 Aug 2007 13:23 GMT
... setDividerLocation doesn't realy work on percentange of the JSplitPane
(it is absolute number).
Thanks :)
kizlum@gmail.com - 15 Aug 2007 19:19 GMT
> ... setDividerLocation doesn't realy work on percentange of the JSplitPane
> (it is absolute number).
> Thanks :)
Maybe try to set the same size on the two componants.
...
>I would like some code examples or good help to learn about JSplitPane
>component, please.
Beyond what that nice person said..
This is not a f*cking help desk. Please put a little more
effort into searching for the information in your favorite
search engine or archive of the group before asking
people to 'spoon feed' information to you that is easily
available in the JavaDocs and/or Java tutorial. RTFM.
(No apologies for my language, this is usenet, and
(..shrugs) I'm Australian)

Signature
Andrew Thompson
http://www.athompson.info/andrew/