SWT 程序必写代码

public static void main (String [] args) {
Display display = new Display ();
Shell shell = new Shell (display);
shell.open ();
// start the event loop. We stop when the user [...]

July 8th, 2008 • log111 • Eclipse 1 Comment »


© 2008 Dreaming beside the sea - Theme Design