final FileBrowserSheet fileBrowserSheet = (FileBrowserSheet)component;
final FileBrowserSheet.Mode mode = fileBrowserSheet.getMode();
// Load the sheet content
Resources resources;
try {
resources = new Resources(getClass().getName());
} catch (IOException exception) {
throw new RuntimeException(exception);
} catch (SerializationException exception) {
throw new RuntimeException(exception);
}