隨筆-88  評論-77  文章-48  trackbacks-0
          ??? /**
          ???? * 方法名稱:setShell<p>
          ???? * 方法功能:設置瀏覽器顯示居中和瀏覽器的大小,默認為800*600<p>
          ???? * 參數說明:Shell<p>
          ???? * 返回:<p>
          ???? * 作者:李明
          ???? * 日期:2006年3月10日
          ???? */
          ??? public void setShell(Shell shell)
          ??? {
          ??????? shell.setSize(800, 600);
          ??????? int width = shell.getMonitor().getClientArea().width;
          ??????? int height = shell.getMonitor().getClientArea().height;
          ??????? int x = shell.getSize().x;
          ??????? int y = shell.getSize().y;
          ??????? if(x > width)
          ??????? {
          ??????????? shell.getSize().x = width;
          ??????? }
          ??????? if(y > height)
          ??????? {
          ??????????? shell.getSize().y = height;
          ??????? }
          ??????? shell.setLocation((width - x) / 2, (height - y) / 2);
          ??? }
          posted on 2006-04-28 11:21 崛起的程序員 閱讀(337) 評論(1)  編輯  收藏 所屬分類: java

          評論:
          # re: SWT技巧薈萃1-設置居中 2006-11-22 17:36 | Tom[匿名]
          謝謝  回復  更多評論
            
          主站蜘蛛池模板: 渑池县| 开鲁县| 广饶县| 封开县| 于田县| 塘沽区| 南溪县| 屏东市| 通州区| 巴彦县| 治县。| 安乡县| 桃源县| 浠水县| 武城县| 南阳市| 平阴县| 蕉岭县| 莒南县| 鄂伦春自治旗| 静乐县| 华安县| 昌图县| 东乌珠穆沁旗| 成安县| 青海省| 乳源| 郸城县| 麦盖提县| 谢通门县| 德惠市| 仙桃市| 黄大仙区| 沙雅县| 孝义市| 贵港市| 云阳县| 兰州市| 曲水县| 疏附县| 新绛县|