Could you tell me what methods are called upon a JFrame/JDialog after you resize it manually?
( after you resize it using the mouse cursor, while the frame is visible on the screen). I noticed that my JDialog is not valid eventhough I call validate() or revalidate() upon it, but after I resize it a bit, my frame becomes valid.
Could you tell me what methods are called upon a JFrame/JDialog after you resize
Share
I think it is java.awt.event.ComponentListener
For example: