}
}
}
// Ensure that the popup remains within the bounds of the display
Point buttonLocation = listButton.mapPointToAncestor(display, 0, 0);
Dimensions displaySize = display.getSize();
listViewPopup.setPreferredSize(-1, -1);
Dimensions popupSize = listViewPopup.getPreferredSize();