摘要: public class AutoCompleteComboMain {static final Display display = new Display();static final Shell shell = new Shell(display);static String[] items =... 阅读全文
posted @ 2015-04-27 20:28 过客Carloe 阅读(408) 评论(0) 推荐(0) 编辑
摘要: //创建一个用于刷新当前系统时间的线程 new Thread() { public void run() { // 此处为另外一个单独线程,非UI线程 Display dis=shell... 阅读全文
posted @ 2015-04-27 12:42 过客Carloe 阅读(391) 评论(0) 推荐(0) 编辑