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.
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.
/*
* 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) {
}
}
Be the first to post a comment...
|
Subscribe to:
Post Comments
(
Atom
)

Newer Post
Home
