Well, my code completely covers your needs.
Here is how to use it:
final ImagedTabPanel tab = new ImagedTabPanel();
VerticalPanel content1 = new VerticalPanel();
tab.add(content1, new ImagedTab("My Fancy Tab 1"));
final VerticalPanel content2 = new VerticalPanel();
tab.add(content2, new ImagedTab("My Fancy Tab 2"));
tab.selectTab(0);On Thu, Jan 14, 2010 at 10:52 AM, Stine Søndergaard <[email protected]>wrote: > But the example from the JavaDoc does not tell me how to make more complex > tabs... > > Thanks a lot for your codes, Mariyan.... still I find it difficult to > create a UI without it becoming a big mess ;) > > Thanks, > Stine > > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > >--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
