Guest User

Untitled

a guest
Feb 10th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.51 KB | None | 0 0
  1.     HeaderPanel masterLayout = new HeaderPanel();    
  2.     actionBarPanel.setWidget(new ActionBar());
  3.     VerticalPanel headerPanel = new VerticalPanel();
  4.     headerPanel.setWidth("100%");
  5.     headerPanel.add(buildHeaderPanel());
  6.     headerPanel.add(buildUserInfoPanel());
  7.     headerPanel.add(actionBarPanel);
  8.     masterLayout.setHeaderWidget(headerPanel);
  9.     masterLayout.setFooterWidget(buildFooterPanel());    
  10.     masterLayout.setContentWidget(new ScrollPanel(appPanel));      
  11.     initWidget(masterLayout);
Advertisement
Add Comment
Please, Sign In to add comment