Hi,
Does anyone know how to get only one componentResized event when a component is 
resized. I
register a addComponentListener to a JFrame and get a componentResized event when I 
resize
the JFrame. However I get multiple calls sometimes of the componentResized function
before I have finished the resize. This is causing a probelm because when I have 
finished
the resizing I want to send a request to a server to rebuild a map image and
as it is now I am doing this many times. I want to get only one componentResized event
whenever the resizing has finished and the user releases the mouse button. 

I've tried listeniong for the mouse events but the system caputures these.

Anybody have any suggestions.

Help!!!!!!!!!

John
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to