try this out...
Intead of disabling Frame try to disable all the components over Frame
i.e. If I have two buttons and one textfield ....disable all these three componnts to get same effect you want..
use setEnabled(boolean b); method
Thanks
Message was edited by:
SUSHANT_J
hi!
1) which one you are using? Frame/JFrame ?
2) exactly what do you want to disable?
a) entire frame including titlebar buttons
b) just all the child components, menus, toolbar buttons
c) what should be the behavior of taskbar at the time of disabled frame object?
i think for a proper and to the point solution these are thing one need to know.
regards
Aniruddha