摘要: 今天遇到个问题,Eclipse在Splash启动阶段对多线程的支持有点不同。根据某人的见解,org.eclipse.ui.internal.StartupThreading 可以解决这个问题我看了一眼Eclipse自己的Splash实现是这样的: private void updateUI(final Runnable r) { Shell splashShell = getSplash(); if (splashShell == null || splashShell.isDisposed()) return; ... 阅读全文
posted @ 2013-01-08 10:49 荒土 阅读(1471) 评论(0) 推荐(0)