/[classpath]/classpath/javax/swing/JComponent.java
ViewVC logotype

Diff of /classpath/javax/swing/JComponent.java

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

revision 1.74 by rabbit78, Wed Nov 2 09:25:13 2005 UTC revision 1.75 by rabbit78, Wed Nov 2 19:26:33 2005 UTC
# Line 3182  public abstract class JComponent extends Line 3182  public abstract class JComponent extends
3182      Rectangle currentClip = clip;      Rectangle currentClip = clip;
3183      Component found = this;      Component found = this;
3184      Container parent = this;      Container parent = this;
3185      while (parent != null)      while (parent != null && !(parent instanceof Window))
3186        {        {
3187          Container newParent = parent.getParent();          Container newParent = parent.getParent();
3188          if (newParent == null)          if (newParent == null)

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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