All right, I have a problem and I'm not sure if this belongs in the Intermediate or the Beginner forum, but I'll put it here.
I'm writing a
Java program that has to take in a tab delimited file, order it, then spit out a postscript file and a ups file.
The problem I have is that my boss would love to simply drag the file onto the Java app I write and away the Java app goes.
I'm wondering if the Drap and Drop classes and subclasses for the java.awt would work, or is that just for inside the program? Does anyone have any ideas how I would go about getting a drag and drop to work like I described?
Thank you,
Jax