(InputEvent e)
| 1234 | } |
| 1235 | |
| 1236 | public static void setInputEvent(InputEvent e) { |
| 1237 | altDown = e.isAltDown(); |
| 1238 | shiftDown = e.isShiftDown(); |
| 1239 | } |
| 1240 | |
| 1241 | /** Returns true if this machine is a Macintosh. */ |
| 1242 | public static boolean isMacintosh() { |
no test coverage detected