• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JInternalFrames TitleBar color

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How in the heck do you change the color of a selected titlebar in a jinternalframe. I have serioulsy looked EVERYWHERE. I have tried changing the l&f using UIManager.put but I must be using the wrong name because it won't change, and I have tried many many different names.
Anyone know a way to change it? And if you do use UIManager can you specify the name of the object please?
Thanks,
Casen
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For some weird reason, messing with UIManager values doesn't affect internal frames in Metal look and feel, but does in Motif and Windows. However, internal frames are affected by setting themes.
 
Casen Densmore
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is what I was looking for, thanks!
Casen
 
reply
    Bookmark Topic Watch Topic
  • New Topic