/[classpath]/classpath/gnu/java/awt/AWTUtilities.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/AWTUtilities.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by rabbit78, Tue Jul 26 13:53:34 2005 UTC revision 1.6 by langel, Mon Sep 12 16:17:14 2005 UTC
# Line 592  public class AWTUtilities Line 592  public class AWTUtilities
592    
593      if (destination == null)      if (destination == null)
594        destination = getRoot(source);        destination = getRoot(source);
595        
596      convertPointToScreen(pt, source);      if (source.isShowing() && destination.isShowing())
597      convertPointFromScreen(pt, destination);        {
598            convertPointToScreen(pt, source);
599            convertPointFromScreen(pt, destination);
600          }
601    
602      return pt;      return pt;
603    }    }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26