i am using JDK1.3.1 and IE 6 for my development.Right now i
have a problem in event handling.
Desc:
My application is such that i have nearly some 5 windows
inside the Browser.now when i resize the browser the windows which i
have inside my browser must also resize in accordance with IE
browser's size.CAN i know how to capture the IE resize event in java
so that in that event handler i can write my piece of code to resize
my sample windows in browser.