End Google Ads 201810 - BS.net 01 --> Hey ya'll, I have a Java application where I need to drag a string from a List widget onto a JGoView (SWT). Now, setting up the List as a DragSource works fine with no errors. However, whenever I try to set up the JGoView as the DropTarget, it gives me an error. See below: List myList = new List...