Obsolete
(Class c)
| 1144 | |
| 1145 | /** Obsolete */ |
| 1146 | public static void register(Class c) { |
| 1147 | if (ij!=null) ij.register(c); |
| 1148 | } |
| 1149 | |
| 1150 | /** Returns true if the space bar is down. */ |
| 1151 | public static boolean spaceBarDown() { |
no outgoing calls
no test coverage detected