Hello, I have a NetBeans (28) platform application where I use an OutlineView.
I allow re-ordering nodes in the OutlineView using drag and drop. This works, but while dragging, it always shows the "Stop sign" icon, even though the node's getDropType() implementation returns a valid PasteType. Do I need to implement anything else, in order to get a different icon than the "Stop sign" (to indicate that the drop is OK). Thanks Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
