CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Anthony Balkissoon <[EMAIL PROTECTED]> 05/09/19 17:26:18
Modified files:
. : ChangeLog
javax/swing/plaf/basic: BasicInternalFrameUI.java
Log message:
2005-09-19 Anthony Balkissoon <[EMAIL PROTECTED]>
* javax/swing/plaf/basic/BasicInternalFrameUI.java:
(GlassPaneDispatcher.handleEvent): Replaced call to SwingUtilities'
convertMouseEvent (with identical source and desination) with a simple
cast. If acquireComponentForMouseEvent reveals we're going to
re-dispatch this event to ourselves (and loop infinitely), return. Also
replaced contentPane by glassPane as the source argument to
SwingUtilities.convertMouseEvent since the glassPane is the real source.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4867&tr2=1.4868&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicInternalFrameUI.java.diff?tr1=1.17&tr2=1.18&r1=text&r2=text