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