المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : SWT: drag and drop problem



Java Programming
03-27-2009, 05:24 PM
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...