mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 05:45:05 +00:00
8253291: bug7072653.java still failed "Popup window height ... is wrong"
Reviewed-by: prr
This commit is contained in:
parent
d27835b34e
commit
83b05373a1
@ -112,6 +112,8 @@ public class bug7072653 {
|
||||
combobox.putClientProperty("JComboBox.isPopDown", true);
|
||||
frame.getContentPane().add(combobox);
|
||||
frame.setVisible(true);
|
||||
robot.delay(3000); // wait some time to stabilize the size of the
|
||||
// screen insets after the window is shown
|
||||
combobox.addPopupMenuListener(new PopupMenuListener() {
|
||||
@Override
|
||||
public void popupMenuWillBecomeVisible(PopupMenuEvent e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user