Iconable Property of JInternalFrame Bean is not working properly.
According to the Iconable Property of JInternal Frame, when a user clicks on it it will shrunk down and displayed as an icon-image in the left bottom.
But it is deviating from the usual.
It is not shrinking down.
I know something going wrong.
Can anyone please help regarding the above issue.
Here is the code snippet…
elements.JInternalFrame1.resizable = true;
elements.JInternalFrame1.iconifiable = true;
elements.JInternalFrame1.closable = true;
elements.JInternalFrame1.title = "Internal Frame1";
elements.JInternalFrame1.maximizable = true;
elements.JInternalFrame1.visible = true;
regards,
aservoy