JInternalFrame problem

hi,after closing the internalframe and reopening it again all data remains in the textfields.How can I close the internalframe in order to it empty all its data?I tried to close by dispose() or setClosed(true) but the result is the same.thanks
[278 byte] By [Isaaka] at [2007-10-3 10:25:02]
# 1
try using internalframe=null;
AmitavaDeya at 2007-7-15 5:46:58 > top of Java-index,Desktop,Core GUI APIs...