1

Hi have the follow doubt: I want that my java JMenu can be opened upwards instead of opened down. At this moment I can't find any solution for it. I want your help.

I dont want this common behaviour, I want the opposite...

JMenu opened down
(source: esimplesoft.es)

like that

JMenu opened upwards
(source: bytescout.com)

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
  • 1
    yes is possible to change location for `JPopup` for `JMenu` and/or `JComboBox`, for better help sooner post an [SSCCE](http://sscce.org/) – mKorbel Sep 21 '12 at 10:04
  • 1
    If you want it to open upwards, put the frame at the bottom of the screen. – Andrew Thompson Sep 21 '12 at 10:43
  • 2
    The menu bar is at the top of the frame, so opening it upwards would, in most of the cases, make the menu invisible, because outside of the screen. Why would you want that? Moreover, 100% of menus open downwards. It's something that the users are expecting. Why would you want to annoy them? – JB Nizet Sep 21 '12 at 11:15

0 Answers0