JxCapture, the new product by TeamDev Ltd., is a Java library that allows adding different screen capturing abilities to your Java software. This cross-platform library provides a full-featured screen capture API, allowing you to capture any graphic element on the screen and then manipulate it as a java.awt.image.BufferedImage object in your Java code. -Multiple screen capture operations: o full-screen capture (available on multiple monitors), o active window capture, o object capture of any UI element like window, button, menu, etc. o rectangular region capture. -Extensive capture options like capture transparent windows, mouse cursor inclusion, easy-to-set keyboard shortcuts, etc. View JavaDoc. -JxCapture demo application and code samples demonstrating all the API features. Hint: You can use JxCapture demo as a free screen capturing utility for your daily needs. |