Sunday, October 12, 2008

Java Source Code Style

I just found out how to write Java and XML code with syntax highlights in blogger.
You can find the project here. So on the next post, i'll use it instead of screen captures of the source code.
public class HelloWorld {
private String message = "Hello World";

public static void main(String[] args) {
System.out.println(message);
}
}

No comments:

Email

java.padawan@androidph.com