Desktop.getDesktop().open()
843810Jan 22 2009 — edited Feb 24 2009I am using the Desktop class to open various applications for reading books in my online library. I am using the Desktop.getDesktop().open(File f1) instance to open. It is opening the desired file but before opening the desired file it is showing the dialog box to copy and move the file and after clicking on the cancel button 2 times it is opening the required file. Can we skip the copy and move dialog boxex and open directly the file ?