Changes between Version 2 and Version 3 of FRAME_Z_ORDER_R0
- Timestamp:
- 12/16/08 20:08:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_Z_ORDER_R0
v2 v3 17 17 18 18 == Implementation idea == 19 ^(It is advisable to include some rough implementations ideas.)^ 19 * Create zorder property in the model of the frame where the frame will keep its zorder. 20 * Use JLayerPane and the setLayer method to visualize that the different zorders of the frames. 20 21 21 22 == Related == 22 ^(Here you can add related tasks that could be useful or helpful.)^ 23 - 23 24 24 25 == How to demo == 25 ^(In this section you must add instructions for the demo of the task.)^ 26 * Create two frame. 27 * Assert that the second frame has higher zorder. 28 * Increase the zorder of the first created frame. 29 * Assert that the first created frame has higher zorder than the second one. 30 * Decrease the zorder of the first created frame. 31 * Assert that the second created frame has higher zorder than the first one. 32 * Create some more frame. 33 * Assert that the given rules are valid for more that two frames. 26 34 27 35 = Design =