private final Dimension dimension;
public ManageBitmaps(Cache cache) {
super();
rop = new RasterOp();
this.cache = cache;
this.width = RDPConnection.conf.width;
this.height = RDPConnection.conf.height;
this.right = RDPConnection.conf.width; // changed
this.bottom = RDPConnection.conf.height; // changed