SE401:Group32:July 22
Implementation
Tables
- Do not exist in J2ME
- Can create them by extending the CustomItem object
- Sun's WTK example does this. It has an example Table that we tried to use to test.
- We have decided to put this on hiatus and ask for Ian's opinion since every developer's implementation is different and it will be difficult to test what we don't know anything about.
Components to fully complete
- Datefield => DONE
- Alert => DONE
- Gauge => DONE
- Canvas (image) => IN PROGRESS
Additional Thoughts
- Regarding what Ian said about the test result not EXACTLY passing. Some of examples where this could happen:
- When timing performance/alert pop-ups. Execution could be say within 95% of the expected value
- When testing the aesthetics. 2 out of 5 components may pass the layout test.
PC side
- Brightened up the GUI
- Changed colours
- Added cancel button
- Added view results button