I've got a JSplitpane containing a TreePanel on the left and a JPanel containing several buttons and labels on right.
When resizing the window, no scrollbars are added the the right-side!
Can anyone help
Thanx
Trapper - 29 Jan 2005 14:32 GMT
> I've got a JSplitpane containing a TreePanel on the left and a JPanel containing several buttons and labels on right.
> When resizing the window, no scrollbars are added the the right-side!
> Can anyone help
Scrollbars are added by default to JScrollPane only.