Changes between Version 2 and Version 3 of FRAME_Z_ORDER_R0


Ignore:
Timestamp:
12/16/08 20:08:20 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_Z_ORDER_R0

    v2 v3  
    1717 
    1818== 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. 
    2021 
    2122== Related == 
    22 ^(Here you can add related tasks that could be useful or helpful.)^ 
     23 -  
    2324 
    2425== 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. 
    2634 
    2735= Design =