sgoudham
|
d7afe6b44f
|
Experiment with JSplitPane
|
3 years ago |
sgoudham
|
6e6a69f299
|
Add empty constructor
|
3 years ago |
sgoudham
|
41919be32a
|
Update imports
|
3 years ago |
sgoudham
|
6a383c102b
|
Add listeners for different operating systems with different implementations
|
3 years ago |
sgoudham
|
64f49484e8
|
Move model package
|
3 years ago |
sgoudham
|
2615a53a02
|
Remove hello world comment
|
3 years ago |
sgoudham
|
ca69b56b6c
|
Add apache.commons.lang3 dependency
|
3 years ago |
sgoudham
|
0cd9fa4d8a
|
Stub out README.md
|
3 years ago |
sgoudham
|
5c8d99b0f4
|
Update GUI
|
3 years ago |
sgoudham
|
f621a2d156
|
Delete normal ClipboardListener.java
|
3 years ago |
sgoudham
|
42a288d304
|
Merge With osx branch
|
3 years ago |
sgoudham
|
1cebc941a4
|
Cleanup Code
|
3 years ago |
sgoudham
|
36c53d91df
|
Override onCopyString() & onCopyImage() and display to GUI
|
3 years ago |
sgoudham
|
2ec0743cf2
|
Separate events into String & Image
|
3 years ago |
sgoudham
|
dff0e39fc0
|
Update .gitignore
|
3 years ago |
sgoudham
|
bd57e1354a
|
Add Utility class
|
3 years ago |
sgoudham
|
2cb1997d95
|
Add enum class for different DataFlavors
|
3 years ago |
sgoudham
|
1ef16260c8
|
Add equals() & hashcode() methods
|
3 years ago |
sgoudham
|
79dc6e7afb
|
Update GUI
|
3 years ago |
Hammy
|
1abe1a91e8
|
Add padding
|
3 years ago |
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 |
sgoudham
|
075459475f
|
Check updates to clipboard every 200ms
|
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 |