Hi everyone, I'm dealing with both JMenu and JPopupMenu in a program. Looks good except when I switch from JMenu to JPopupMenu by right click, it doesnt work. How? Many thanks.
Petranilla 0 Light Poster
Recommended Answers
Jump to PostI think that proper way is described in previous post
Jump to PostDo you mean background color? If so use this, tweek as needed:
myContentPanel.getContentPane().setBackground(Color.YourColorVariable_here); myContentPanel.getContentPane().validate(); myContentPanel.getContentPane().repaint();
All 6 Replies
Lucaci Andrew 140 Za s|n
mKorbel 274 Veteran Poster
Petranilla 0 Light Poster
Lucaci Andrew 140 Za s|n
Banderson 29 Junior Poster in Training
Petranilla 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.