- 浏览: 1080 次
- 性别:
- 来自: 西安
最新评论
文章列表
import org.eclipse.swt.*;
import org.eclipse.swt.graphics.*;
import org.eclipse.swt.widgets.*;
public class Example3 {
public static void main(String[] args) {
Display display = new Display();
Shell shell = new Shell(display);
...