baczek00
27 Dec 2014, 3:58 PM
Hello,
I have this code:
VerticalPanel vp = new VerticalPanel();
vp.setSpacing(10);
final TabPanel panel = new TabPanel();
panel.setPixelSize(450, 250);
Label normal = new Label("Test");
panel.add(normal, "Test");
vp.add(panel);
RootPanel.get().add(vp);
How to remove this point with the tab?
51389
I have this code:
VerticalPanel vp = new VerticalPanel();
vp.setSpacing(10);
final TabPanel panel = new TabPanel();
panel.setPixelSize(450, 250);
Label normal = new Label("Test");
panel.add(normal, "Test");
vp.add(panel);
RootPanel.get().add(vp);
How to remove this point with the tab?
51389