When resizing of JFrame ended?
843806Nov 4 2008 — edited Nov 5 2008Hello, I am trying to make a game in which when you resize window it resizes a lot of things...
I do not want to resize them every time the user is resizing the window, but I want to know when the resizing ended - when the user releasedMouse
I am using ComponentListener and I would like to use ComponentListener and MouseListener to that JFrame, but when I addMouseListener to the JFrame it does not give me MouseReleased Events when user ended resizing.
Thanks for help.