I dislike your bracket formatting. I prefer:

Code:
method
{
//crap here
}
instead of
Code:
method{
//crap here
}
but it's a personal choice.

Other then that pet peeve, nice work!