[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Table positioning
|
Hi,
There are some FormLayout example snippets:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet65.java
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet69.java
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet71.java
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet295.java
Also possibly helpful, see
http://www.eclipse.org/articles/Article-Understanding-Layouts/Understanding-Layouts.htm
(the article is old but still 100% applicable).
HTH,
Grant
"Friedrich Remmert" <fr@xxxxxxx> wrote in message
news:g0h8nh$lmc$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I have a dialog that contains among others a group.
> The group has a formlayout and contains a toolbar and a table.
>
> The toolbar ist displayed at the top of the group.
> The table should be shown just below the toolbar.
>
> I'm not able to set the position of the table as desired.
>
> Because I'm new to SWT, I do not know how it should be done
> (FormData, setBounds, ... didn't work).
>
> Please some hint's
>
> Thank You
> fr.
>
>