So, i'm making a program that currently just accepts a file that'd been dragged and dropped into it. I'm using a JFrame for the container at the moment, but I dont think that's really important.
I want the window to always be on top when running, so that if you drag any file to the bottom right corner of the screen, the program will handle it. But, at the same time, i want the program to be able to be invisible, and click-through-able, meaning that you can click on anything underneath the jframe, while it's invisible, but still be able to drag a file into the program without having to do anything special.
I've never heard of something like this, but I'm sure it must be possible. How would I do this?