MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getLookAndFeel

Method getLookAndFeel

ij/src/main/java/ij/util/Java2.java:75–79  ·  view source on GitHub ↗

Returns the current Swing look and feel or null.

()

Source from the content-addressed store, hash-verified

73
74 /** Returns the current Swing look and feel or null. */
75 public static LookAndFeel getLookAndFeel() {
76 if (!IJ.isWindows())
77 return null;
78 return UIManager.getLookAndFeel();
79 }
80
81
82}

Callers 14

jSaveMethod · 0.95
openMultipleMethod · 0.95
jOpenMethod · 0.95
initMethod · 0.95
TrimmedButtonMethod · 0.80
setRulerValuesMethod · 0.80
paintMethod · 0.80
setRulerValuesMethod · 0.80
updateMethod · 0.80
paintMethod · 0.80

Calls 1

isWindowsMethod · 0.95

Tested by

no test coverage detected