- From: Don Brutzman <brutzman@nps.navy.mil>
- Date: Mon, 29 Jan 2001 18:03:58 -0800
- To: www-dom@w3.org
- CC: Joe Williams <JOEDWIL@earthlink.net>
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/~brutzman
Received on Monday, 29 January 2001 21:04:11 UTC