16171819202122
/** * This is the entry point method. */ public void onModuleLoad() { RootPanel.get("cocContainer").add(new WindowWidget()); }