Version 5 (modified by mira, 16 years ago) (diff) |
---|
Analysis
Overview
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. )
Task requirements
- Frame borders should have width.
- Frame borders should have color.
Task result
The result of this task is source code.
Implementation idea
- Create class FrameBorder extending ProObject with required properties.
- Add FrameBorder border property to the Frame
- Create enums for different property options if needed.
Related
How to demo
- Create and show Frames with different borders