I want to create a tabbed page and load different information on each tab click.
I want to be able to add tabs dynamically when clicked the '+' tab.
So, on clicking '+' a new tab should be added to the same tabLayoutPanel.
Any suggestions on how to do it in GWT.
Thanks.