Changes between Version 1 and Version 2 of FRAME_PROPERTY_LOCKING_R0
- Timestamp:
- 12/29/08 22:53:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_PROPERTY_LOCKING_R0
v1 v2 14 14 * insets 15 15 * bounds 16 * border style 16 * border style 17 17 * background style 18 18 * shadow style … … 21 21 The result of this task must be code. 22 22 == 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. 24 31 25 32 == Related == … … 27 34 28 35 == 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. 30 40 31 41 = Design =