setVisible(true)
FileDialog fd = new FileDialog(); fd.setVisible(true); System.out.println("Selected: " + fd.getFile());