JavaMECustomComponent
Visual Mobile Designer Java ME Custom Component Creation
Contents |
Abstract
The goal of this tutorial is to how how to create Java ME Visual Designer component using "Mobile Designer Components" project creation wizard. You will learn how to implement new Java ME component and it's presentation for NetBeans Java ME Visual Designer.
Introduction
Tutorial is dived into several parts.
In the first part it is described how to create Java ME component based on existing SplashScreen component (NetBeans extension of existing Java ME components).
The second part document will show how to create Java ME Visual Designer component using "Mobile Designer Components" creation wizard. It that will present SplashScreen extension component in Visual Designer.
Then, in the next part we will extend created Visual Designer component to change it's behavior in Visual Designer - it's initial state after creation, code generation etc. At the same time you will understand component's source code and will learn more about Visual Designer.
Requirements
- NetBeans IDE 6.5 Java bundle that includes the Java ME module(click here to download)
- Basic knowledge of Netbeans API and Netbeans Module Development support. (read more)
- Basic knowledge of Java ME read more and Netbeans Mobility (read more)
Documents
- JavaMEComponent_MELibrary - Part One: Java ME component implementation.
- JavaMEComponent_VDComponentProject - Part Two: Java ME Visual Designer component.
- JavaMEComponent_ExtendingVDComponent - Part Three: Extending Java ME Visual Designer component source code.
Back to MobilityDesignerHome

