2005-04-18 Roman Kennke <roman@kennke.org>
* java/awt/Compmonent.java (setComponentOrientation): Made this property firing a PropertyChangeEvent. From-SVN: r98349
This commit is contained in:
committed by
Michael Koch
parent
89da1f3208
commit
deb760e4ea
@@ -4441,7 +4441,9 @@ p * <li>the set of backward traversal keys
|
||||
{
|
||||
if (o == null)
|
||||
throw new NullPointerException();
|
||||
ComponentOrientation oldOrientation = orientation;
|
||||
orientation = o;
|
||||
firePropertyChange("componentOrientation", oldOrientation, o);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user