I am having a problem with JComboBox's popup. I have a JComboBox at the bottom of my frame. The problem is that sometimes the popup opens behind the Window's taskbar (because when the bounds are calculated before opening the popup, only the screensize is taken into account, not the taskbar). How can I get around this problem so that the popup either opens on top of the taskbar or the popup opens up rather than down?