سؤال

Does anyone know how to remove the title bar of a JInternalFrame?

I already know to set frame.setBorder(null); to remove the borders, but the title bar remains. I hope you can help.

هل كانت مفيدة؟

المحلول

As simple as that..

jInternalFrame1.setUI(null);

Try.. Thanks..

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top