Has anyone figured out how to create a jsplitpane without the slider. I
set setDividerSize to 0, but that stills draws the slider. I tried with
substance laf, and others, but it be same deal.
> Has anyone figured out how to create a jsplitpane without the slider. I
> set setDividerSize to 0, but that stills draws the slider. I tried with
> substance laf, and others, but it be same deal.
if slider with is 0 it is impossible to drag it.
You may write your own very simple LayoutManager for this purpose.

Signature
Andrey Kuznetsov
http://uio.imagero.com Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
veryhairydog - 27 Jan 2006 19:28 GMT
thanks for quick reply.. you're right.
I dont need a split pane..i'll just create a panel that contains 2
panels in it :)