equal
deleted
inserted
replaced
1003 } |
1003 } |
1004 } |
1004 } |
1005 |
1005 |
1006 /** |
1006 /** |
1007 * Gets this component's locking object (the object that owns the thread |
1007 * Gets this component's locking object (the object that owns the thread |
1008 * sychronization monitor) for AWT component-tree and layout |
1008 * synchronization monitor) for AWT component-tree and layout |
1009 * operations. |
1009 * operations. |
1010 * @return this component's locking object |
1010 * @return this component's locking object |
1011 */ |
1011 */ |
1012 public final Object getTreeLock() { |
1012 public final Object getTreeLock() { |
1013 return LOCK; |
1013 return LOCK; |