/[classpath]/classpath/java/awt/Component.java
ViewVC logotype

Diff of /classpath/java/awt/Component.java

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

revision 1.38.2.7 by gnu_andrew, Sat Feb 19 10:50:29 2005 UTC revision 1.38.2.8 by gnu_andrew, Sun Mar 13 14:38:38 2005 UTC
# Line 4442  p   * <li>the set of backward traversal Line 4442  p   * <li>the set of backward traversal
4442    {    {
4443      if (o == null)      if (o == null)
4444        throw new NullPointerException();        throw new NullPointerException();
4445        ComponentOrientation oldOrientation = orientation;
4446      orientation = o;      orientation = o;
4447        firePropertyChange("componentOrientation", oldOrientation, o);
4448    }    }
4449    
4450    /**    /**

Legend:
Removed from v.1.38.2.7  
changed lines
  Added in v.1.38.2.8

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