/[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.54 by rabbit78, Fri Mar 11 12:10:00 2005 UTC revision 1.55 by rabbit78, Fri Mar 11 18:41:33 2005 UTC
# Line 4439  p   * <li>the set of backward traversal Line 4439  p   * <li>the set of backward traversal
4439     */     */
4440    public void setComponentOrientation(ComponentOrientation o)    public void setComponentOrientation(ComponentOrientation o)
4441    {    {
     ComponentOrientation oldOrientation = orientation;  
4442      if (o == null)      if (o == null)
4443        throw new NullPointerException();        throw new NullPointerException();
4444        ComponentOrientation oldOrientation = orientation;
4445      orientation = o;      orientation = o;
4446      firePropertyChange("componentOrientation", oldOrientation, o);      firePropertyChange("componentOrientation", oldOrientation, o);
4447    }    }

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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