2223242526272829
} @WorkbenchPartView public Widget getView() { return new FlowPanel() {{ add( new TextNode( "Cool!!" ) ); }}; }