- 浏览: 4035 次
- 性别:
- 来自: 深圳
最新评论
文章列表
package com.huawei.swt.layout;
import org.eclipse.swt.widgets.Composite;
public class StackLLayout1 {
/**
* Launch the application.
*
* @param args
*/
public static void main(String[] args) {
Display display = Display.getDefault();
Shell shell = new Shell();
shell.setSize(450, 300 ...