- 浏览: 1970 次
- 性别:
- 来自: 深圳
最新评论
文章列表
private void postEvent(AWTEvent theEvent, int priority) {
Object source = theEvent.getSource();
if (coalesceEvent(theEvent, priority)) {
return;
}
EventQueueItem newItem = new EventQueueItem(theEvent);
cacheEQItem(newItem);
boolean notifyID = ...
可以重新添加的
添加完spring capabilities,MyEclipse在项目根目录下的.project配置文件里添加一条数据表示已添加的类库。
Java代码
<natures>
<!--<nature>com.genuitec.eclipse.springframework.springnature</nature>-->
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature> ...