posts - 5,  comments - 0,  trackbacks - 0
          import org.eclipse.swt.SWT;
          import org.eclipse.swt.events.SelectionAdapter;
          import org.eclipse.swt.events.SelectionEvent;
          import org.eclipse.swt.widgets.Button;
          import org.eclipse.swt.widgets.Display;
          import org.eclipse.swt.widgets.Label;
          import org.eclipse.swt.widgets.Shell;


          public class ButtonTest {

              /**
               * Launch the application
               * @param args
               */
              public static void main(String[] args) {
                  final Display display = Display.getDefault();
                  final Shell shell = new Shell();
                  shell.setSize(500, 375);
                  shell.setText("SWT Application");
                  //

                  shell.open();

                  final Button sButton = new Button(shell, SWT.NONE);
                  sButton.addSelectionListener(new SelectionAdapter() {
                      public void widgetSelected(SelectionEvent e) {
                          System.exit(0);
                      }
                  });
                  sButton.setText("exit");
                  sButton.setBounds(128, 173, 85, 22);
                  sButton.setToolTipText("點擊退出");
                  shell.layout();
                  while (!shell.isDisposed()) {
                      if (!display.readAndDispatch())
                          display.sleep();
                  }
              }

          }


          posted on 2008-03-31 07:08 hakuci 閱讀(292) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          <2008年3月>
          2425262728291
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          常用鏈接

          留言簿(1)

          隨筆檔案(5)

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 文水县| 渑池县| 南涧| 大兴区| 汉中市| 苍梧县| 内黄县| 乐山市| 新竹县| 博爱县| 泸州市| 从江县| 彭水| 克拉玛依市| 会理县| 清远市| 洪湖市| 盐边县| 东方市| 德州市| 唐河县| 汽车| 博客| 庄浪县| 武冈市| 鸡西市| 日土县| 泌阳县| 苏州市| 深圳市| 二连浩特市| 泽普县| 连城县| 英德市| 柞水县| 平乡县| 白城市| 洛宁县| 河池市| 卓尼县| 区。|