--------------------------------------------------------------------------------
               Visual Designer Custom Components
--------------------------------------------------------------------------------

1. Introduction

	The Visual Mobile Designer (VMD) of NetBeans Mobility Pack includes custom components
        that you can find in the Palette window of the IDE. This project demonstrates the usage 
	of the four new custom components available in NetBeans 6.0.


2. Usage

	- Run the VDCustomComponents project.
	- There are four MIDlets in the project. Each MIDlet demostrates how to use a component.
        - The LoginScreen example uses "test" for both username and password. The server also uses
	  login authentication for access. See the LoginScreen tutorial for more details.

3. Tutorials

        FileBrowser  - http://www.netbeans.org/kb/60/mobility/filebrowser.html
        LoginScreen  - http://www.netbeans.org/kb/60/mobility/loginscreen.html
        PIMBrowser   - http://www.netbeans.org/kb/60/mobility/pimbrowser.html
        SMS Composer - http://www.netbeans.org/kb/60/mobility/smscomposer.html

4. Required APIs
    
    JSR 139 - Connected Limited Device Configuration (CLDC) 1.1
    JSR 118 - Mobile Information Device Profile (MIDP) 2.0
    JSR  75 - PDA Optional Packages for J2ME
    JSR 120 - Wireless Messaging API
