Changes between Version 33 and Version 34 of FRAME_BORDERS_R0


Ignore:
Timestamp:
01/10/09 17:39:22 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_BORDERS_R0

    v33 v34  
    3333= Design = 
    3434 
    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. 
    3636 
    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.  
    3838 
    3939 * 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.