});
UIManager.setLookAndFeel(laf);
} catch (UnsupportedLookAndFeelRuntimeException e) {
UnsupportedLookAndFeelException newExc =
new UnsupportedLookAndFeelException(e.getMessage());
newExc.initCause(e);
throw newExc;
} finally {
System.setErr(origSystemErr);
}
}