Iconifying
Hi,
I am using JFrame to create a window. I want that my window created is minimized to a small icon on the right hand side( bottom ) on the taskbar alongwith other task bar buttons like " volume control" and "Msn messenger " button.
Normally whenever a window is minimized it forms a big icon on the taskbar , i don't want that. I found a method called "windowIconified()" in JFrame inherited from Window class, but it is called after minimization has taken place.
I would be thankful if anyone could suggest me whether it can be done or not. And if yes how. I am using Windows 2000
Thanks
Inderjit

