I'm working on a desktop application, and I want to allow the user to select an image from their computer and display it in the window. I don't think display code will be any problem, I have already implemented a drag-and-drop interface for moving PImages around a canvas.
Anyways, I installed G4P and I've been looking around in there, but I don't see anything that I know will let me open some kind of a file dialog box. Is this part of the Windows API, or is there a wrapper somewhere I can use? Or, if I were to write the thing myself ( not a problem ) where would I start?
1