public void run() {
    //  
    while (true) {
        try {
            //     
            form.delete(0);
            //     
            //      
            //       
            setImage("/"+((slideNum++)%maxSlideNum+1)+".png");
            //     3 
            thread.sleep(3000);
        //   
        } catch (InterruptedException e) {
        }
    }
}
