/[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.53 by mkoch, Wed Feb 16 10:39:25 2005 UTC revision 1.54 by rabbit78, Fri Mar 11 12:10:00 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    {    {
4442        ComponentOrientation oldOrientation = orientation;
4443      if (o == null)      if (o == null)
4444        throw new NullPointerException();        throw new NullPointerException();
4445      orientation = o;      orientation = o;
4446        firePropertyChange("componentOrientation", oldOrientation, o);
4447    }    }
4448    
4449    /**    /**

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

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