Changes between Version 4 and Version 5 of FRAME_BORDERS_R0


Ignore:
Timestamp:
12/10/08 19:24:46 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_BORDERS_R0

    v4 v5  
    77 
    88== Overview == 
    9 The frames should be able to have different borders. 
     9  The frame could have additional border to the JFrame`s border - !FrameBorder. It is the outer field with certain width of a frame. The frame content could be positioned inside the remaining field. The !FrameBorder could have different width and color. It might be realized in different styles.( box, shadow, 3D, repetition of a certain picture, etc. ) 
    1010 
    1111== Task requirements == 
    12  * Frame borders could be visible/invisible. 
    1312 * Frame borders should have width. 
    1413 * Frame borders should have color. 
    15  * Frame borders should have style.( box, shadow, 3D, etc. ) 
    16  * Frames could have different types of borders (bottom, top, left, right, etc.) 
    1714 
    1815== Task result == 
     
    2219 * Create class !FrameBorder extending !ProObject with required properties. 
    2320 * Add !FrameBorder border property to the Frame 
    24  * Create enums for different property options. 
     21 * Create enums for different property options if needed. 
    2522 
    2623== Related ==