JFileChooser chooser = new JFileChooser(); chooser.setFileView(new ShortcutFileView()); chooser.showOpenDialog(null);