| FileDialog (2) | |
|---|
setVisible(true) is modal. When it terminates the file selected can be
found
FileDialog fd = new FileDialog();
fd.setVisible(true);
System.out.println("Selected: " +
fd.getFile());
| Slide 53 | ©Copyright 1997 | Jan Newmarch |