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

Method isWindows

ij/src/main/java/ij/IJ.java:1252–1254  ·  view source on GitHub ↗

Returns true if this machine is running Windows.

()

Source from the content-addressed store, hash-verified

1250
1251 /** Returns true if this machine is running Windows. */
1252 public static boolean isWindows() {
1253 return isWin;
1254 }
1255
1256 /** Returns the Java version (6, 7, 8, 9, 10, etc.). */
1257 public static int javaVersion() {

Callers 15

addSeparatorMethod · 0.95
makeFilePrivateMethod · 0.95
loadPreferencesMethod · 0.95
ImageJMethod · 0.95
MenusClass · 0.95
addMenuBarMethod · 0.95
getMenuMethod · 0.95
getFontMethod · 0.95
fixFontSizeMethod · 0.95
getFileListMethod · 0.95
execMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected