From: amwaterhouse Date: Mon, 18 Apr 2005 16:05:30 +0000 (+0000) Subject: painting syncronized, spin increments in units, not loops of the thread X-Git-Tag: Release_2_0~384 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=inline;h=2d235d86ceb55ebb6b9422b17a4603248e13998d;p=jalview.git painting syncronized, spin increments in units, not loops of the thread --- diff --git a/src/jalview/gui/WebserviceInfo.java b/src/jalview/gui/WebserviceInfo.java index 63a289f..26aa067 100755 --- a/src/jalview/gui/WebserviceInfo.java +++ b/src/jalview/gui/WebserviceInfo.java @@ -88,15 +88,21 @@ public class WebserviceInfo extends GWebserviceInfo class AnimatedPanel extends JPanel implements Runnable { + long startTime=0; public void run() { + startTime = System.currentTimeMillis(); while(currentStatus