hello,
i have a swing interface, where i want a JDialog to be draggable only in a specific area. (pretty much exactly the area of the main window)
i tried it with a componentListener and setting the dialog back, whenever it is out of the specified bounds. unfortunately this leads to heavy flickering due to the jumping back of the JDialog.
(JInternalFrames are no option.)
thanks for any help!
