/*
* Application.java
*
* © <your company here>, 2003-2005
* Confidential and proprietary.
*/
package myapp;
/**
*
*/
class Application extends net.rim.device.api.ui.UiApplication {
public static void main( String[] args )
{
Application instance = new Application();
instance.enterEventDispatcher();
}
Application() {
pushScreen( new HomeScreen() );
}
} |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |