Skip to content

A simple Java Swing Application, used to grab and retain clipboard contents for the duration of the session. Works for both images and text.

Notifications You must be signed in to change notification settings

interysy/SwingClipboardApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

SwingClipboardApplication


After completing an introductionary Java course, I have made a simple Swing Application, which stores users' clipboard content for the duration of the session. I have used the Oracle documentation for the ClipboardOwner and related entities (like flavours), alongside the IntelliJ UI designer for the frontend. The application works with both images and text.

Snippets

Current Problems

In V1, the app works in Windows , however due to the nature of Mac OS the Swing GUI is not updated, if the app is not held in the foreground. Currently working on a fix for V1.1, experimenting with flavor listeners and timers.

Credits

I have initially struggled to synchronise the 2 classes , which I was able to overcome using a shared interface (clipShare), this idea came from the following article.

About

A simple Java Swing Application, used to grab and retain clipboard contents for the duration of the session. Works for both images and text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages