CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Lillian Angel <[EMAIL PROTECTED]> 05/09/09 14:44:39
Modified files:
. : ChangeLog
javax/swing : JPopupMenu.java JRootPane.java
javax/swing/plaf/basic: BasicTreeUI.java
Log message:
2005-09-09 Lillian Angel <[EMAIL PROTECTED]>
* javax/swing/plaf/basic/BasicTreeUI.java
(installDefaults): Fixed method signature.
(uninstallDefaults): Likewise.
(uninstallUI): Fixed call to uninstallDefaults.
(installUI): Fixed call to installDefaults.
* javax/swing/JPopupMenu.java
(HeavyWeightPopup): Fixed to extend JDialog, since
nothing is added to the taskbar with JDialog. Also,
fixed so the popup menu is undecorated. Frames and
title bars should not be drawn, when popup is a
HeavyWeightPopup. A new bug was filed since the
decorated and undecorated frames are all drawn
alike.
* javax/swing/JRootPane.java
(setWindowDecorationStyle): Added check for
PLAIN_DIALOG.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4705&tr2=1.4706&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JPopupMenu.java.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JRootPane.java.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTreeUI.java.diff?tr1=1.74&tr2=1.75&r1=text&r2=text