I am using java.awt.FileDialog
to LOAD a file into my application.
By default, the options that are available while opening the file are "CANCEL" and "OPEN".
I want to add another button so that three options are shown in the FileDialog - "CANCEL", "OPEN", and "OPEN AND DO X".
How can I do this? This doesn't seem to be straightforward.