Set the default L & F. While I enjoy the bounty of the sixteen possible exception types that this UIManager method might throw, I feel that in just this one particular case, I'm being spoiled by those engineers at Sun, those Masters of the Abstractionverse. It leaves me feeling sad and overweight. S
()
| 65 | * @throws Exception Just like I said. |
| 66 | */ |
| 67 | public void setLookAndFeel() throws Exception { |
| 68 | UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); |
| 69 | } |
| 70 | |
| 71 | |
| 72 | public void init() throws Exception { |
no outgoing calls