This is a demo application for Drag and Drop operations ======================================================= Drag and Drop are handled by event Listeners, the same way mouse clicks and key pressing is. There is one difference however - DragStartListener and DropOntoListener require additional parameter called "protocol". Protocols of dragged object and drop accepting element must match to run Action. In the example there are two protocols registered. One is "to-cart" and works for objects in shop and cart area. The other is "to-bin" and works for objects in cart and bin area. How to run this demo -------------------- Copy all files and directories to Tigermouse installation directory. This demo has been tested with Tigermouse DR1.6.