I had to make these changes to the dom 3 code to get a clean compile together with the dom 2 interfaces. http://www.w3.org/TR/DOM-Level-3-Events/java-binding.html [prose versions need correction] http://www.w3.org/TR/DOM-Level-3-Events/java-binding.zip [source versions need correction] ========= EventTargetGroup.java // import org.w3c.dom.EventListener; ^^ [comment out or omit, already in same package] ========= KeyEvent.java line 16: // import org.w3c.dom.UIEvent; ^^ [comment out or omit, already in same package] line 277 * @param modifer The modifier which the user wishes to query ^ [insert space] line 278: * @return boolean ^^^^^^^ [insert boolean for return value] all the best, Don -- Don Brutzman Naval Postgraduate School, Code UW/Br Root 200 work 831.656.2149 Monterey California 93943-5000 USA fax 831.656.3679 Virtual worlds/underwater robots/Internet http://web.nps.navy.mil/~brutzmanReceived on Monday, 29 January 2001 21:04:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:52 GMT