Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getMouseState
Method · 0.95
keyReleased
Method · 0.95
getDefaultOSPCache
Method · 0.95
chooseOSPCache
Method · 0.95
getPath
Method · 0.95
getTableCellRendererComponent
Method · 0.95
is32BitVM
Method · 0.95
findJREs
Method · 0.95
findJREsInDirectory
Method · 0.95
accept
Method · 0.95
chooseSearchDirectory
Method · 0.95
aboutJava3D
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected