I need to modify/add a JPopupMenu to the titlebar of a JFrame. I did that with JInteralFrame using a method from the JComponent class called insert(cmponent, index).

Is there something similar for a JFrame?

link|improve this question
possible duplicate of how can i change the color of titlebar in JFrame? – trashgod Dec 2 '11 at 13:04
they are duplicates from the prospective of the problem, as the answer there is the same for this as well:: ts not possible. The top level JFrame is controlled by the look & feel of the underlying OS. You CAN change the color(PopupMenu) of an InternalFrame. – Ghozia Dec 2 '11 at 15:32
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.