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

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

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

revision 1.28 by rabbit78, Mon May 30 10:50:14 2005 UTC revision 1.29 by rabbit78, Fri Jun 3 09:59:12 2005 UTC
# Line 1129  public class SwingUtilities Line 1129  public class SwingUtilities
1129      else      else
1130        {        {
1131          while(child.getParent() != null          while(child.getParent() != null
1132                && !(child.getParent() instanceof ActionMapUIResource))                && (child.getParent() instanceof ActionMapUIResource))
1133            child = child.getParent();            child = child.getParent();
1134          if (child != null)          if (child != null)
1135            child.setParent(uiActionMap);            child.setParent(uiActionMap);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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