JDialog setLocation problem
Hi,
I am stuck in very weird problem:
I have an Jinternal frame that invokes a non-modal Jdialog box.
I need to set the location of the dialog box from my code.
The setLocation takes effect until I drag my window to a new location with my mouse.
Any calls to setLocation after dragging fails. I see that the dialog box is temporarily drawn at the new position but it quickly moves back to its last known position.(I can see a sort of flicker...)
I tried SetBounds, reshape also - same behaviour...
I am so puzzled.
Any help will be appreciated.

