Returns true if this machine is a Macintosh running OS X.
()
| 1245 | |
| 1246 | /** Returns true if this machine is a Macintosh running OS X. */ |
| 1247 | public static boolean isMacOSX() { |
| 1248 | return isMacintosh(); |
| 1249 | } |
| 1250 | |
| 1251 | /** Returns true if this machine is running Windows. */ |
| 1252 | public static boolean isWindows() { |
no test coverage detected