FileDialog d =
new
FileDialog(ParentFr,
"FileDialog"
);
d.setVisible(
true
String filename = d.getFile();