/*
* Midlet22.java
*
* Created on October 12, 2007, 6:35 PM
*/
package hello;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
/**
*
* @author devlin
* @version
*/
public class Midlet22 extends MIDlet {
public void startApp() {
}
public void pauseApp() {
}
public void destroyApp(boolean unconditional) {
}
}
Mobile game development tutorials for MIDP 2.0 mobile phones using Java ME and Netbeans.
Friday, October 12, 2007
Syntax Highlighting Test
Just testing the syntax highlighter I'll be using to display source code on the next tutorials. It's called google-code-prettify I think and it requires javascript to be enabled. Please leave a comment if it works (or not) for you.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment