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?
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?