I want to create an object from graphics, that changes its size whenever i manually change the size of my window frame. Can anyone please help me?
Printable View
I want to create an object from graphics, that changes its size whenever i manually change the size of my window frame. Can anyone please help me?
Use a component listener to detect when the size of the window is changed.
Thank you.