bpaye1
21 Jul 2009, 10:06 AM
Here is my code:
public void onModuleLoad() {
RootPanel.get().add(new ComboBox<ModelData>());
RootPanel.get().add(new HTML("WORKKKKKKKKK"));
RootPanel.get().add(new Button("Test"));
}
The combo box is displayed but the HTML and the button are not displayed.
Help is appreciated
public void onModuleLoad() {
RootPanel.get().add(new ComboBox<ModelData>());
RootPanel.get().add(new HTML("WORKKKKKKKKK"));
RootPanel.get().add(new Button("Test"));
}
The combo box is displayed but the HTML and the button are not displayed.
Help is appreciated