242526272829303132
* @author Manolo Carrasco <manolo@timepedia.org> */ public class ChartDemoUI implements EntryPoint { public void onModuleLoad() { ChronoUIExample c = new ChronoUIExample(); RootPanel.get().add(c); }