Hi all,
Here's my second week report. Objectives: l Refactor/Move classes using Swing/AWT knowledge l Create interfaces for the moved classes l Deprecate the moved classes l Create wrappers for our own Event and Listener Have done: l Created GEF Event and Listener Interfaces, including MouseEvent, KeyEvent, InputEvent, etc. l Modified relevant classes in base package l Created swing version wrappers for KeyEvent and MouseEvent in swing package. l Use the wrappers in some classes l Reformatted some classes, applied Java Convensions to the code Will do: l Fix some bugs l Continue to move/factor classes using Swing/AWT Knowledge l Deprecate and modify the relevant classes l Use the wrappers in some classes
