i was able to remove the title bar from the JInternalFrame but i don't know how to remove the borders .
Thanks in advance
i was able to remove the title bar from the JInternalFrame but i don't know how to remove the borders .
Thanks in advance
To remove the border simply call frame.setBorder(null);
Any border that is null
is simply not shown.