Drag and Drop container under another component

I believe this is a duplicate of this other topic with the same title: File Drag and Drop on component under another

where Jules gives what I think is the correct answer: use setInterceptMouseClicks() or override hitTest() to prevent the front Component from getting mouse events intended for the one underneath.

I’m reporting this here just in case someone with the same issue reaches this topic instead of the other

2 Likes