Changes between Version 35 and Version 36 of FRAME_BORDERS_R0
- Timestamp:
- 01/10/09 19:03:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_BORDERS_R0
v35 v36 35 35 * Add Insets borderInsets() property for representing border insets into the Frame. They are used by the set/get Location and Size methods in the Frame. 36 36 37 * Add java.awt.Color borderColor() property for representing border color into the Frame.37 * Move the !SceneColor to org.sophie2.base.util and rename it to !ImmColor. 38 38 39 * In the !SceneColor class add a constructor taking a java.awt.Color for argument and converting it to !SceneColor. Test for this constructor is added to the !SceneColorTest.39 * Add !ImmColor borderColor() property to the Frame. 40 40 41 41 * Add two properties to the !ShapeSceneElement