Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java GUI 设计 » SWT  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 怎么用SWT做屏幕区域截图?
pigypig





发贴: 1
积分: 0
于 2006-03-30 09:57 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
据说SWT速度快,请大哥们指教。
因为小弟刚初学,想借问题学习技术,最好附上源码。



作者 Re:怎么用SWT做屏幕区域截图? [Re:pigypig]
brucehu





发贴: 2
积分: 0
于 2006-06-23 11:14 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
java中有一个类可以实现屏幕区域截图,你google一下,好像是叫Robot类有抓屏幕的功能,返回BufferedImage,然后和swt结合一下,可以实现


作者 Re:怎么用SWT做屏幕区域截图? [Re:pigypig]
yipsilon





发贴: 248
积分: 31
于 2006-06-29 15:45 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
SWT的。


public static Image getScreen(int x, int y, int width, int height) {
Display display = Display.getDefault();
Rectangle rectangle = new Rectangle(0, 0, width, height);
Image image = new Image(display, rectangle);
GC gc = new GC(display);
gc.copyArea(image, x, y);
gc.dispose();
return image;
}



中国Eclipse社区,打造中国最专业的Eclipse开发者社区!!

地址:http://www.eclipseworld.org
作者 Re:怎么用SWT做屏幕区域截图? [Re:pigypig]
fighttodeath





发贴: 54
积分: 0
于 2006-06-29 19:03 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
兄弟。。
你的代码怕是调不通哦。



作者 Re:怎么用SWT做屏幕区域截图? [Re:pigypig]
yipsilon





发贴: 248
积分: 31
于 2006-07-01 20:32 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
import 相关的类就可以了, Eclipse IDE 中使用 Ctrl+Shift+O 自动导入。


中国Eclipse社区,打造中国最专业的Eclipse开发者社区!!

地址:http://www.eclipseworld.org

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923