summaryrefslogtreecommitdiff
path: root/javax/swing/Popup.java
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-03-26 20:08:09 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-03-26 20:08:09 +0000
commitc7fc43440df4ee0406f8483ff717949056f81845 (patch)
treed1933cdedc07bb3dea4f9e8becfa47c46c928a7e /javax/swing/Popup.java
parent7afa402d5269bad9cf422c4c2369c51ef76ded8b (diff)
downloadclasspath-c7fc43440df4ee0406f8483ff717949056f81845.tar.gz
2006-03-26 Andrew John Hughes <gnu_andrew@member.fsf.org>
* Merge from Classpath HEAD --> generics for the period 2005/03/07 to the branch tag generics_merge_20050326.
Diffstat (limited to 'javax/swing/Popup.java')
-rw-r--r--javax/swing/Popup.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/javax/swing/Popup.java b/javax/swing/Popup.java
index c3de69e05..308cd662d 100644
--- a/javax/swing/Popup.java
+++ b/javax/swing/Popup.java
@@ -285,6 +285,7 @@ public class Popup
Point layeredPaneLoc = layeredPane.getLocationOnScreen();
panel.setLocation(x - layeredPaneLoc.x, y - layeredPaneLoc.y);
layeredPane.add(panel, JLayeredPane.POPUP_LAYER);
+ panel.repaint();
}
/**