Dear All,
I’ve just added an example using CustomItem to the “Killer Game Programming in Java” site at http://fivedots.coe.psu.ac.th/~ad/jg/. It’s in a new “J2ME” section near the bottom of the page.
I subclass CustomItem to create a scrollable messages box. I’ll be using it in later examples to display the lengthy communication between clients in a networked application.
Comments appreciated.
- Andrew