Search code examples
javaswingjframejinternalframe

Internal JFrame Properties


I have a JInternalFrame as shown below.

enter image description here

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.


Solution

  • 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