112113114115116117118119120121122
final ARComponent.Aggregating img = display; try { SwingUtilities.invokeAndWait( new Runnable() { public void run() { img.zoomFit(); img.renderAgain(); } } ); } catch (InvocationTargetException | InterruptedException e1) {}