Michael Dunn wrote:> How to open selected file from fileChooser dialog box.???
open how - if the selected file is abc.doc - open in word? or abc.xls - open in excel etc.
or do you just want the file contents read into java?
No i don't want to read file contents..
I am developing one Application,in which a user can open any file of his interest by clicking on 'Browse' button...
I have designed code up to Browse and i got Browse window too after clicking on Browse button.
but it did not open a required file..If any one know please do inform.