MCPcopy
hub / github.com/arduino/Arduino / setLookAndFeel

Method setLookAndFeel

arduino-core/src/processing/app/Platform.java:67–69  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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 {

Callers 2

startUpTheIDEMethod · 0.45
BaseMethod · 0.45

Calls

no outgoing calls

Tested by 1

startUpTheIDEMethod · 0.36