How to make a window fixed in size

Hi,Is there a method with which I can prevent the user from resizing the current window/FormSecondly, which event is generated when a window is resized?Thankx in advance...
[207 byte] By [alikamran] at [2007-9-26 7:32:05]
# 1
1. You can use the setResizable( false ) method of the Frame class.2. You will need to add a listener to the addComponentListener() method of the Frame
nsrussell at 2007-7-1 17:30:25 > top of Java-index,Core,Core APIs...