Note to self
Code, cooking, catman
Thursday, October 19, 2006
handy eclipse template: class quick init
public ${enclosing_type}() {
${cursor}
}
public static void main(String[] args){
new ${enclosing_type}();
}
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)