Hello,
how do i realize, that User has changed the Winodow-Size (AWT-Frame)?
Thanks,
Furtano
Printable View
Hello,
how do i realize, that User has changed the Winodow-Size (AWT-Frame)?
Thanks,
Furtano
You would add a ComponentListener to the Frame. For more on this, please check out the Java API entry for ComponentListener.