posted 16 years ago
hi,
Query:
In my application i am using , jInternalFrame.
On click of a button jInternalFrame get open.
And click of other button jInternalFrame close.
by use this statement
i.e jInternalFrame16.setClosed(true);
jInternalFrame16 gets closed first time.
if repeatadly tried , means on click of button jInternalFrame16 gets open,
and of click of other button it need to be closed.
throught above mention statement.
The frame status returned is true means closed ,but
jInternalFrame does not close.
So please suggest, what could be the problem?
regards,
Sachindra