Exception in thread "main" java.lang.Error: Unresolved compilation problems:
SWT cannot be resolved
Display cannot be resolved to a type
Display cannot be resolved
The method isDisposed() is undefined for the type Shell
at com.insigma.afc.parameter.HHMainApp.main(HHMainApp.java:30)
Shell这个文件一搬怎么来呢?
这个错误信息说明,少jar包,你看SWT 类是在哪个jar包里面
swt jar包是eclipse中自带设置的吗?