文档上没有关于它的介绍。

解决方案 »

  1.   

    调用是这样调用的,没用到标签 
    try {
                    SwingUtilities.invokeAndWait(transferPending);//更新表格的界面
                    Thread.sleep(5000);//定时5秒
                } catch (InterruptedException e) {
                    e.printStackTrace();  //To change body of catch statement use File | Settings | File Templates.
                    Thread.currentThread().interrupt();
                } catch (InvocationTargetException e) {
                    e.printStackTrace();  //To change body of catch statement use File | Settings | File Templates.
                    stopRequest();
                }