CardLayoutContainer screen;
private final PlatformContext platformContext;
private List<Shortcut> shortcuts=new ArrayList<Shortcut>();
public Platform(ZUser user){
platformContext=new PlatformContext(user);
viewport=(Viewport) uiBinder.createAndBindUi(this);
platformContext.getPlatformBus().registPlaceHandler(this);
}