Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ isWindows
Method
isWindows
src/main/java/core/packetproxy/common/Utils.java:89–91 ·
view source on GitHub ↗
OS判定用
()
Source
from the content-addressed store, hash-verified
87
* OS判定用
88
*/
89
public
static
boolean isWindows() {
90
return
checkOS() == Platform.WINDOWS;
91
}
92
93
public
static
boolean isMac() {
94
return
checkOS() == Platform.MAC;
Callers
8
mouseReleased
Method · 0.95
paintComponent
Method · 0.95
mouseReleased
Method · 0.95
mouseReleased
Method · 0.95
mouseReleased
Method · 0.95
getLocaleFontStyles
Method · 0.95
setResolutionsBySystem
Method · 0.45
setIconForWindows
Method · 0.45
Calls
1
checkOS
Method · 0.95
Tested by
no test coverage detected