Guest User

Untitled

a guest
Feb 10th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.44 KB | None | 0 0
  1.     DockLayoutPanel masterLayout = new DockLayoutPanel(Unit.PX);                
  2.     masterLayout.addNorth(buildHeaderPanel(), 53);
  3.     masterLayout.addNorth(buildUserInfoPanel(), 24);
  4.     masterLayout.addNorth(actionBarPanel, 48);    
  5.     masterLayout.addSouth(buildFooterPanel(), 32);
  6.     ScrollPanel scrollPanel = new ScrollPanel();
  7.     scrollPanel.add(appPanel);
  8.     masterLayout.add(scrollPanel);    
  9.     initWidget(masterLayout);
Advertisement
Add Comment
Please, Sign In to add comment