Preventing JinternalFrame from being dragged behind menu bar?
Hello,
I was wondering if there is a method to prevent the user from dragging a JInternalFrame into the menu bar of a Jdesktoppane?
Problem is the user drags the window, than can't drag it back because the drag controls are behind the menu bar.
It would be nice to limit the location of dragging,
Would i have to implement my own mouselistener?
thanks

