Okay so I chickened out and started using the Google CSS for syntax highlighting. Here is a test.
So I hope this works.
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:
Post a Comment