--------------------------------------------------------------------------------
     Scalable 2D Vector Graphics API for J2ME (JSR 226 API) Demonstration
--------------------------------------------------------------------------------

1. Introduction

    This application uses different skins to display the same contact list information 
    and a news banner. The skins have different colors and fonts.
    
2. Usage

    - Select SVGContactlist(skin 1) or SVGContactlist(skin 2), then click Launch.
    - Use the up and down arrows to navigate the list of contacts. The highlighted 
      name is marked with a special character (a > or a dot) and is displayed in 
      a larger font. 
    - Press the select button to see more information for the highlighted name.
    - Press select again to return to the contact list.

3. Required APIs
    
    JSR 139 - Connected Limited Device Configuration (CLDC) 1.1
    JSR 118 - Mobile Information Device Profile (MIDP) 2.0
    JSR 172 - J2ME Web Services Specification
    JSR 226 - Scalable 2D Vector Graphics API for J2ME
    
