Hi guys,
is there any chance to catch events like resizing or moving of the floating WindowPane by mouse? I've tried to add PropertyChangeListener on "width" or "height" property, but it is not responsing to any Mouse Events.
Trip