i'm extending the class Canvas and would like to be able to force the construction of it and all it's super classes. is there a way to do this? i would like to do this because i'd like to use createImage(int,int) in the constructor(double buffering) but can't because i get a null exception so i have to do something that looks a little hacky to accomplish the same thing.

thanks