Click to See Complete Forum and Search --> : Window Maximize Event


praks
March 15th, 1999, 11:44 PM
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

Barilla
April 11th, 1999, 05:54 AM
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