I have a JInternalFrame as shown below.

Are there properties that allow for?
- coloring
- hiding the title bar
- adding text
- Further Customization*
to the top bar?
The only thing I have been able to find is:
jInternalFrame1.setTitle("Hello");
But I am more after a way to hide it etc.
you can set through it’s constructor like button maximize, minimize, resize, icon etc
and http://www.roseindia.net/answers/viewqa/Java-Beginners/1923-Hide/remove-titlebar-of-JInternalframe.html
another example with multiple JInternalFrame