最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

java使用swt顯示圖片示例分享

 更新時(shí)間:2014年02月21日 09:34:55   作者:  
這篇文章主要介紹了java使用swt顯示圖片示例,修改后就可變?yōu)閳D片瀏覽器,需要的朋友可以參考下

復(fù)制代碼 代碼如下:

import org.eclipse.swt.graphics.GC;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.graphics.Rectangle;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Shell;

public class ImagesHelloWorld {

 public static void main(String[] args) {
  Display display = Display.getDefault();
  Shell shell = new Shell();
  Image image = new Image(display, "c://c240b2dcc132c9c6.jpg");
  shell.setText("ImageReader");
  shell.setImage(image);
  Rectangle bounds = image.getBounds();
  shell.setSize(bounds.width + 15, bounds.height +15);
  shell.open();
  GC gc = new GC(shell);
  gc.drawImage(image,5,5);
  shell.layout();
  while (!shell.isDisposed()) {
   if (!display.readAndDispatch()) {
    display.sleep();
   }
  }
  display.dispose();
 }
}

相關(guān)文章

最新評(píng)論

尼木县| 新乡县| 定西市| 礼泉县| 荣昌县| 乡宁县| 师宗县| 洞口县| 任丘市| 定安县| 襄汾县| 桂林市| 平乡县| 广州市| 札达县| 嘉善县| 大厂| 旌德县| 三原县| 新沂市| 波密县| 无极县| 卢氏县| 桓台县| 棋牌| 万荣县| 英吉沙县| 张家界市| 新和县| 寿阳县| 聂荣县| 长葛市| 雷州市| 娄烦县| 名山县| 巨野县| 仪征市| 海晏县| 九龙县| 舒兰市| 张家界市|