Simple JavaFX Program to Store Clipboard History
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hammy c43e424f2b Reformat TransferableImage.java
Add @NotNull annotation to Image to ensure that image can never be null,
this allows for a simpler if check within getTransferData()
3 years ago
src/main/java/me/goudham Reformat TransferableImage.java 3 years ago
.gitignore Update .gitignore 3 years ago
README.md Initial commit 3 years ago
pom.xml Add annotations support 3 years ago

README.md

MyClipboard

Simple Java Swing Program to store Clipboard History