[OpenMap Users] From: "P Jaya Sunderam" <jspothar@cs.uccs.edu>

From: <owner-openmap-users@stout.bbn.com>
Date: Tue Feb 17 2004 - 12:14:27 EST

Hi users,
 I am trying to implement a thread in the layer.But i am having troubles
with that
    Thread t;

     public void run()
     throws InterruptedException{
      while(true){
        t.sleep(10);
        gps_lat ++;
      repaint();
     }
    }
 i am trying to move the icon around on the map.this is the error

  "cannot implement run() in java.lang.Runnable; overridden method does
not throw java.lang.InterruptedException
 public void run() "
Thanks in advance
jay

--
[To unsubscribe to this list send an email to "majdart@bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Tue Feb 17 12:14:54 2004

This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:37 EDT