Hi, I'm contemplating writing a quick jigsaw puzzle app next. I know how to do it, but want to check. I see I can get hold of the awt bufferimage. If I use this to cut up a big picture image. Is that getAwtImage() method likely to be removed at some point?? I.E. I need to be able to take a large picture and chop up into iddle bits (using masking). Hopefully, it'll provide a simple library for chopping up bits and pieces for people. Any issues with me doing so?