swt 更新主UI线程

// 将msg送回对应的Applet
    public void write(String msg) {
        synchronized (msg) {
            try {
                m_out.writeUTF(msg);
            } catch (IOException e) {
            }
        }
    }
posted @ 2015-07-19 22:58  aprial  阅读(318)  评论(0编辑  收藏  举报