I am trying to scale up a backbuffer using Java2D with some sort of decent anti-aliased interpolation (such as bilinear) at runtime. The idea is that I render the scene to this image, and then scale up the image in fullscreen mode to match whatever resolution the user has.I am trying to scale up a backbuffer using Java