4849505152535455565758
dirs.setMetadata(meta); } getViewport().add(dirs); } else { ExceptionDisplay ex = new ExceptionDisplay(error); getViewport().add(ex); } } else { JLabel label = new JLabel("(no file selected)");
37383940414243444546
} catch (Throwable e) { t = e; } if (t != null) { setLayout(new BorderLayout()); ex = new ExceptionDisplay(t); add(ex); } setOpaque(false); }
catch (Throwable e) { t = e; } if (t != null) { setLayout(new BorderLayout()); ex = new ExceptionDisplay(t); add(ex); } setOpaque(false); }