Thread t = new  Thread() {
            
public   void  run() {
                
try {
                    Thread.sleep(
100 );
                    showWait();
                     
                     
// your coding..

               }
  catch (Exception ex) {
                    javax.swing.JOptionPane.showMessageDialog(
null , " 发生错误:\n " + ex.getMessage());
                    ex.printStackTrace();
                    
return ;
                }

                stopWait();
            }

        }
;
        t.start();
posted on 2007-03-28 23:30 Bernie Yoo 阅读(271) 评论(0)  编辑  收藏 所属分类: EMaker

只有注册用户登录后才能发表评论。


网站导航: