2122232425262728293031
public Menu() { super(new BoxLayout(BoxLayout.Orientation.VERTICAL)); stack = new StackLayoutPanel(); stack.setStyleName(""); stack.setAnimationEnabled(false); this.add(stack, new BoxLayoutData(BoxLayoutData.FillStyle.BOTH, true)); }
444546474849505152
{ super(new BoxLayout(BoxLayout.Orientation.VERTICAL)); this.setWidgetSpacing(5); this.stack = new StackLayoutPanel(); //stack.showStack(0); // todo: loading event this.add(stack, new BoxLayoutData(BoxLayoutData.FillStyle.BOTH, true)); }
505152535455565758
3738394041424344454647