Skip to content

Java Snipping Tool v1.0

Compare
Choose a tag to compare
@Dharejo-Junaid Dharejo-Junaid released this 30 Apr 20:15
· 1 commit to main since this release
144c2c3

This release includes the Java Snipping Tool, a library for capturing screenshots of selected areas on the screen, as well as the ScreenCapture class, which can be used independently to capture screenshots.

The Java Snipping Tool consists of two classes:

SnippingTool.java: A class that extends JFrame and provides a GUI for selecting a rectangular area on the screen to capture. This class uses the ScreenCapture.java class to capture the selected area.

ScreenCapture.java: A class that captures a screenshot of the selected area on the screen.

To use the Java Snipping Tool in your Java project, simply download the Snipping-Tool-v1.0.jar file and add it to your project's classpath. You can then use the SnippingTool to add the functionality of capturing screenshots in your project or application

I hope this library provides more flexibility for your screenshot capturing needs. If you encounter any issues or have suggestions for improvements, please don't hesitate to open an issue on our GitHub repository.