I'm trying to create a simple interface that shows a folder full of short avi's as buttons in Processing 3.x. I would like to display it as the file icon from the windows explorer window and start it running when pressed.
All the answers that I am finding require the use of Java Swing. Swing does not work inside of processing.
What I have... A simple button list of the file names in the directory that works just fine.
Why processing. Because that's what i have available at the moment, and runs on the minimal hardware that's required, using a barely modified version of movie2serial to drive a pair of teensy 3.1 boards to light up a simple led strip matrix.
The sample Processing file, movie2serial does an excellent job of driving the teensy, and I don't have a lot of time available to learn everything about getting a full java app completed to do it.
To be clear, I am asking if there is a way to get the system icon for a file, specifically in Windows (7+), using processing and standard java libraries that are available in processing, not with Swing, because that doesn't appear to be an option.
Thanks!