How to develop screen capture to video application
问题 I found similar questions in stackoverflow. But I want to be specific. I visited a web site screencast-o-matic. They have a web-application of java applet which capture screen to export as video. I want to develop similar application. What are the knowledge and steps required to do it? Thanks and regards. Edit another website screenr. 回答1: To get a screenshot, use Robot.createScreenCapture(Rectangle) . To get many screenshots, call that in a loop invoked by a (Swing) Timer . Add them to an