30 Commits (cedc234051dc8000041b2467e3f7b155b12c9912)
 

Author SHA1 Message Date
Hammy cedc234051 Use spaces for indentation 3 years ago
Hammy 6030348e5b Add getImage() method 3 years ago
Hammy d7e25f8f2d Override new methods and display Image 3 years ago
Hammy 9a7fd3eb1e Update GUI 3 years ago
Hammy bc2ebacbf8 Increase sleep time for image in regainOwnership(); 3 years ago
Hammy 751a3f592f Use separate events for String & Image 3 years ago
Hammy 1751661183 Add ClipboardEvent.java 3 years ago
Hammy 6c679c8ef2 Refactor ClipboardView to copy images and strings (wip) 3 years ago
Hammy 27841266ed Refactor listener class to copy images and strings (wip) 3 years ago
Hammy 208701479c Comment out class 3 years ago
Hammy 4b294542a8 Change class location 3 years ago
Hammy 20d7f48883 Call new ClipboardView class & set Windows Look and Feel 3 years ago
Hammy 4b3d7cfcc8 Delete redundant class 3 years ago
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
Hammy 9ca4de4a86 Add annotations support 3 years ago
Hammy dceecf5a9a Add Clear & Remove Buttons 3 years ago
Hammy 89336c4034 Update GUI 3 years ago
Hammy e7c8315442 Start clipboard program with current clipboard contents copied 3 years ago
Hammy 412187e8db De-generify exception names 3 years ago
sgoudham a260d41f82
Experiment with different clipboard retrieval methods 3 years ago
Hammy 08d50c49d9 Add Main class to start application through JFrames 3 years ago
Hammy 69dab1b3c0 Generic class to store types of clipboard content 3 years ago
Hammy eb72af5149 Mock up code for basic testing 3 years ago
Hammy 5a5bb5f3e0 Create Swing GUI for Clipboard application 3 years ago
Hammy bfb6ee0346 Create TransferableImage class for transferring images to system clipboard 3 years ago
Hammy 36b1d42fbe Add pom.xml 3 years ago
Hammy 6a6f7fb3b1 Update .gitignore 3 years ago
Hammy 69941067e0 Merge branch 'main' of https://github.com/sgoudham/MyClipboard 3 years ago
Hammy 9e48e31fad Add basic controller 3 years ago
Hamothy 2440517d99
Initial commit 3 years ago