Hi,
Can somebody tell me - is there any event for Window Maximize click (jdk1.1)
The problem is - i want to disable that Maximize Event.
Thanks,
..praks
Printable View
Hi,
Can somebody tell me - is there any event for Window Maximize click (jdk1.1)
The problem is - i want to disable that Maximize Event.
Thanks,
..praks
Hi
If you "Window" is a instance of JFrame use the Methode setResizable(false); if it is instance of a JWindow the user can“t resize it, and the size you
specified is the the sie in wich the JWindow appears.
Hope this info helps you
by Barilla