Saturday, April 25, 2009

Teste de Locale

  pt_BR: 13:47

...hmmm... tem que editar o Time Zone (Settings > Formatting > Time Zone)... GMT-03:00 Sao Paulo... o padrão é GMT-08:00 Pacific Time.

agora sim!

Monday, November 3, 2008

Code tests

Only for code identation tests.

Code between <pre></pre>:

package tests;

public class Main {

/**
* @param args the command line arguments
*/
public static void main(String[] args) {
System.out.println("Code");
}

}


Yep! It works!