A simple Java application that:
- Opens an "always-on-top" window in the top right corner of the desktop
- Responds to a single file being "dropped" (as in drag-and-drop) into the window pane by performing a Base64 encoding
- The result of the encoding is then placed into the system clipboard, so that it can be immediately pasted into a separate application