Changes between Version 8 and Version 9 of FRAME_BORDERS_R0


Ignore:
Timestamp:
12/11/08 11:19:52 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_BORDERS_R0

    v8 v9  
    77 
    88== Overview == 
    9   The frame could have additional border to the JFrame`s border - !FrameBorder. This is the outer field on a certain distance of the border of the !JFrame. The frame content could not overlap the !FrameBorders, it could only 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.) 
     9  The !FrameBorder is not a model for the JFrames`s border but an additional one. It is the outer field on a certain distance of the border of the !JFrame. The frame content could not overlap the !FrameBorders, it could only 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 should have width. It should be number greater than 0 and less than (frame`s hight/2). 
     12 * Frame borders should have width. It should be number greater than 0. 
    1313 * Frame borders should have color. 
    1414 
     
    2929 
    3030== How to demo == 
    31  * Create and show Frames with different borders  
     31 * Create and show Frames with different borders.