public PanelDemo() {
setMargin(true);
setSizeFull();
setSpacing(true);
panel = new FancyPanel(createPanelContentStart());
Label label = new Label(
"FancyPanel is panel that offer scrolling and transition when "
+ "you replace it's content with setContent() call. It's like "
+ "Vaadin Panel, but I haven't added panel styling DOM "