如何删除JInternalFrame中的边框?

Lal*_*and 7 java swing

我能够删除标题栏JInternalFrame但我不知道如何删除边框.

jjn*_*guy 9

要删除边框,只需致电 frame.setBorder(null);

任何边框都null不会显示.