113114115116117118119120121122123
try { SwingUtilities.invokeAndWait( new Runnable() { public void run() { img.zoomFit(); img.renderAgain(); } } ); } catch (InvocationTargetException | InterruptedException e1) {}