Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发屏幕捕获工具。目前我的要求是捕获当前屏幕的屏幕截图,可以扩展到屏幕投射(视频)等。所以只想知道哪个是最好的(开源/免费)java框架/库,它符合我的要求。
我不确定你是否需要一个框架。
查看 java.awt.Robot 类的文档,特别是 createScreenCapture 方法。
http://java.sun.com/javase/6/docs/api/java/awt/Robot.html