File browsing – embellishment
FileDialog getNameBox =
new FileDialog(this,”Get Name”, FileDialog.LOAD);
getNameBox.show();
String filename = getNameBox.getFile();
nameField.setText(filename);
Previous slide
Next slide
Back to first slide
View graphic version