MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / isMac

Method isMac

src/org/opensourcephysics/display/OSPRuntime.java:1093–1095  ·  view source on GitHub ↗

Determines if OS is Mac @return true if Mac

()

Source from the content-addressed store, hash-verified

1091 * @return true if Mac
1092 */
1093 public static boolean isMac() {
1094 return isMac;
1095 }
1096
1097 /**
1098 * Determines if OS is Linux

Callers 14

getMouseStateMethod · 0.95
keyReleasedMethod · 0.95
getDefaultOSPCacheMethod · 0.95
chooseOSPCacheMethod · 0.95
getPathMethod · 0.95
is32BitVMMethod · 0.95
findJREsMethod · 0.95
findJREsInDirectoryMethod · 0.95
acceptMethod · 0.95
chooseSearchDirectoryMethod · 0.95
aboutJava3DMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected