This is a simple
java application with Swing as the front end.There is no web based module in it.
I obtain some data from various tables in a database and then made a csv file out of it using :
I want this new csv file created to appear as windows download dialog box with options 'open' 'save' and 'cancel'.How do I do this?
Thanks in advance.