Is it possible to remove the title bar of a JInternalFrame?
Created May 4, 2012
Pavel Tavoda
If "aXInternalFrame" is JInternalFrame with next line you can remove title:
((javax.swing.plaf.basic.BasicInternalFrameUI) aXInternalFrame.getUI()).setNorthPane(null);