Changes between Version 1 and Version 2 of FRAME_PROPERTY_LOCKING_R0


Ignore:
Timestamp:
12/29/08 22:53:21 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_PROPERTY_LOCKING_R0

    v1 v2  
    1414 * insets 
    1515 * bounds 
    16  * border style  
     16 * border style 
    1717 * background style 
    1818 * shadow style 
     
    2121The result of this task must be code. 
    2222== Implementation idea == 
    23 ^(It is advisable to include some rough implementations ideas.)^ 
     23 * Create a value property 
     24  * contentLock 
     25  * insetsLock 
     26  * boundsLock 
     27  * borderLock 
     28  * backgroundLock 
     29  * shadowLock 
     30 * at the Frame class. 
    2431 
    2532== Related == 
     
    2734 
    2835== How to demo == 
    29 ^(In this section you must add instructions for the demo of the task.)^ 
     36 * Create a frame. 
     37 * Lock the border. 
     38 * Change border width. 
     39 * Assert that border width is the same. 
    3040 
    3141= Design =