this.SecureLayer = new Secure(channels);
ARDP5.cache = new Cache();
RDPConnection.conf.secure = SecureLayer;
this.orders = new OrdersJPanel();
orders.registerCache(cache);
wi = new WrappedImage(RDPConnection.conf.width, RDPConnection.conf.height, BufferedImage.TYPE_INT_RGB);
}