Java - How to make componentResized event only trigger once?

148 Views Asked by At

I have a program with a few buttons images and labels. When the window get resized all the componetnts get resized too. But the problem is when the window get resized it triggers multiple events, around 50-200 or more. Because resizing images and so on takes a bit of time I only want the last created evrnt to update the screen.

I'm open to other ideas and plans too!

//Jesper

0

There are 0 best solutions below