I would like to know how to remove the title bar of a JInternalFrame. I have been trying with this code but the bar is not deleted.
setUI(null);
I would like to know how to remove the title bar of a JInternalFrame. I have been trying with this code but the bar is not deleted.
setUI(null);