Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 서비스
- Looper
- 뮤직비디오
- 엑티비티
- TOEIC
- Eclipse
- HTML
- opencv
- 바닐라루시
- 토익
- opengl
- 자바
- 네트워크
- 이클립스
- Android
- 쓰레드
- 레인보우
- 안드로이드
- 네트워크보안
- xml
- Intent
- Linux
- rainbow
- 인텐트
- 배다해
- Java
- 영어
- 브로드케스트 리시버
- 걸스데이
- error
Archives
- Today
- Total
목록robot (1)
W.A 저장소
Screen Capture Class(화면 캡쳐 클래스) Robot
public class Main { public static void main(String[] args) throws AWTException, IOException { Robot robot = new Robot(); // Rectangle 를 설정한 부분의 Capture Rectangle selectRect = new Rectangle(500, 1000); BufferedImage buffImg = robot.createScreenCapture(selectRect); File imgFile = new File("image.jpg"); ImageIO.write(buffImg, "jpg", imgFile); } }
Programing
2010. 7. 16. 10:17