狒狒:
这个当然有,在另一个类里,我没贴出来.是这样的.
[阅读: 475] 2005-11-29 07:08:54
public class MainWnd {
public static void main (String [] args) {
Display display = new Display ();
final Shell shell = new Shell (display);
myCanvas v = new myCanvas(shell, SWT.CENTER);
shell.open ();
while (!shell.isDisposed ()) {
if (!display.readAndDispatch ()) display.sleep ();
}
display.dispose ();
}
};
生活不是你呼吸了多少空气,生活是那些令你无法呼吸的时刻