int height = getHeight();
Component content = listViewPopup.getContent();
// Ensure that the popup remains within the bounds of the display
Point buttonLocation = listButton.mapPointToAncestor(display, 0, 0);
Dimensions displaySize = display.getSize();
Dimensions popupSize = content.getPreferredSize();
int popupHeight = popupSize.height;