I want to change JFileChooser
start directory to desktop. So, in my computer I wrote:
JFileChooser fc = new JFileChooser("C:\\Users\\LNK\\Desktop");
The problem is, when I compile my code and run program in another computer it doesn't work because there are no C:\\Users\\LNK\\Desktop
path. So, is there some kind of "apsolute" path of desktop?