Styling and plugins
December 1st, 2009
Ok, I’ve installed a theme and I’m now adding all kinds of stuff. For example, notice above that you can see my latest tweet! A little personal touch.
I’ve also installed a code-formatter plugin, so I can do a code “Hello World” too now:
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello world, from inside the code-formatter!");
}
}
Category: Java Programming, Other | Comment (0)
Leave a Reply