jdk/src/share/classes/java/awt/Component.java
changeset 435 30ae000d9354
parent 432 ff3aa6ee3572
child 441 f5da1014ed23
equal deleted inserted replaced
434:acc4487b3f1b 435:30ae000d9354
  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;