Thursday, November 19, 2009

Pretty Print Test

Okay so I chickened out and started using the Google CSS for syntax highlighting. Here is a test.



package foo;

public class Testing {

public static void main(String[] args) {
javax.swing.JOptionPane.showMessageDialog(null,"Hello, World!");

System.exit();
}
}


So I hope this works.

No comments: