use of JSplitPane.

E

Eitan M

Hello,

I would like some code examples or good help to learn about JSplitPane
component, please.

Thanks :)
 
K

kizlum

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)
 
A

Andrew Thompson

Eitan M wrote:
...
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)

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

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200708/1
 
E

Eitan M

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 :)
 
E

Eitan M

.... setDividerLocation doesn't realy work on percentange of the JSplitPane
(it is absolute number).
Thanks :)
 
K

kizlum

... 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top