hi,
I have a question regarding JidePopup.
In my code, I have...
popup.setOwner(MyFrame.getInstance()) ;
popup.DISTANCE_TO_SCREEN_BORDER = 20;
popup.showPopup(currentMouseLocationInScreenCoords.x, currentMouseLocationInScreenCoords.y);
If I understand correctly, shouldn't the code above ensure that if the (x,y) location where popup is shown is too close to the screen border, then the popup will be moved appropriately?
If not, how to achieve that behaviour?
thanks,
Sachin