Changes between Version 33 and Version 34 of FRAME_BORDERS_R0
- Timestamp:
- 01/10/09 17:39:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_BORDERS_R0
v33 v34 33 33 = Design = 34 34 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.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 * Add java.awt.Color borderColor() property for representing border color into the Frame. 38 38 39 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.