102103104105106107108109110111112
try { comp = watch.watchTask("Really rendering", new Callable<Component>() { @Override public Component call() throws Exception { return renderer.render(currentViewData); } }); } catch (Exception e) { throw new RuntimeException(e); }