[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: anything similar to Splitpane in SWT?

Eclipsenewbie wrote:
Hi all,

I am new to SWT, i want to split my shell to contain different views. In
Swing, i do it by splitting a JPanel using a splitpane.

could anybody enlighten me how to do it in SWT?

thanx in advance

eclipse newbie


SashForm is probably what you're looking for.

Jesper