}
private Object getFileList(DataFlavor f)
throws IOException, UnsupportedFlavorException {
if (!data.isNativeFormatAvailable(DataProvider.FORMAT_FILE_LIST)) {
throw new UnsupportedFlavorException(f);
}
String[] files = data.getFileList();
if (files == null) {
// awt.4F=Data is not available
throw new IOException(Messages.getString("awt.4F")); //$NON-NLS-1$