...or why "my" is not a valid prefix for a variable
While I'm greatful for examples like this J2Me GameCanvas example I'm not so happy about this bit of it:
/** Starts the canvas by
firing up a thread
*/
public void start() {
Thread myThread = new Thread(this);
// Make sure we know …