Changes between Version 4 and Version 5 of FRAME_BORDERS_R0
- Timestamp:
- 12/10/08 19:24:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_BORDERS_R0
v4 v5 7 7 8 8 == 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. ) 10 10 11 11 == Task requirements == 12 * Frame borders could be visible/invisible.13 12 * Frame borders should have width. 14 13 * 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.)17 14 18 15 == Task result == … … 22 19 * Create class !FrameBorder extending !ProObject with required properties. 23 20 * Add !FrameBorder border property to the Frame 24 * Create enums for different property options .21 * Create enums for different property options if needed. 25 22 26 23 == Related ==