Thursday, October 19, 2006

handy eclipse template: class quick init

public ${enclosing_type}() {
${cursor}
}
public static void main(String[] args){
new ${enclosing_type}();
}