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)  編輯  收藏

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


          網站導航:
           
          <2008年3月>
          2425262728291
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          常用鏈接

          留言簿(1)

          隨筆檔案(5)

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 平定县| 中方县| 凤凰县| 邢台市| 合阳县| 赞皇县| 凌云县| 合作市| 崇仁县| 龙山县| 苍溪县| 化隆| 巴林左旗| 平武县| 镇雄县| 乐至县| 无极县| 基隆市| 申扎县| 高台县| 丹凤县| 潮州市| 禹州市| 广东省| 建阳市| 西宁市| 武陟县| 鹤岗市| 永仁县| 闸北区| 延川县| 大洼县| 渭南市| 木兰县| 米易县| 卢龙县| 海城市| 上虞市| 英德市| 博白县| 晋宁县|