JDialog dances or frickles
Hi everybody,
I've created my own JDialog by removing windows' default border, creating my own TitleBorder and managing dialog drag on this TitleBorder.
I've used MouseMotionListener(mouseDragged()) and MouseListener(mousePressed()) to manage dialog dragging.
My problem is that when i have a few components in my dialog and that i drag it, it starts to frickle. Every component, including the dialog itself starts to shake in every way.
Anybody have a clue? PLZ!!!
thanks a bunch!

