0

I want to put a JComboBox inside a JRadioButtonMenuItem in a popup menu, is it possible ? How can it be done ?

Thanks.

aleroot
  • 71,077
  • 30
  • 176
  • 213
  • And what's driving this requirement? – mre Feb 07 '12 at 17:27
  • I want to have an item in the PupUp menu with multi values selectable without opening another menu, directly inside the JComboBox. – aleroot Feb 07 '12 at 17:33
  • 2
    I want a chicken, stuffed inside a turkey, deep fried in chocolate! ( Sorry, your question just reminded me so much of the mayor in "Cloudy, With A Chance Of Meatballs". ;) – Andrew Thompson Feb 07 '12 at 17:40

1 Answers1

3

Not possible directly because there is still one Java bug, simple Swing doesn't allowed two Popup's windows in once time, maybe this way could be acceptable,

Community
  • 1
  • 1
mKorbel
  • 109,525
  • 20
  • 134
  • 319