Working with the Visual Mobile Designer
The following table shows the basic steps for designing an application with the
Visual Mobile Designer
.
Create a Visual Design project
Create a new project using a
Mobile Project template.
For an existing project, create a new
Visual Designer MIDlet
file template.
Add components
to the design
Design your application flow by dragging and dropping components and commands from the
Component Palette
on to the
Flow Designer
.
Modify screens and actions
Double-click on screens and design them in the
Screen Designer
.
Edit source code in the Source Editor.
Run project
Choose Run >
Run Main Project
or right-click any project and choose Run Project.
Use the Project properties if you want to
deploy
the project to another location on your system or to a remote server.
Debug project
Set
breakpoints
or
watches
in your code.
Choose Run >
Debug Main Project
or right-click any project and choose Debug Project. You can also
attach a running process to the debugger
.
Step through the program execution
.
Choose Run > Finish Debugging Session when you are finished debugging.
Legal Notices