Changes

Jump to: navigation, search

BlackBerry Concepts

482 bytes added, 14:28, 22 February 2011
All code
</source>
|-
| [[File:15bb.png|left|600px]] || <source lang="java">
public class HelloBlackBerry extends UiApplication {
public static void main( String[] args ) {
HelloBlackBerry theApp = new HelloBlackBerry();
theApp.enterEventDispatcher();
}
/**
* Creates a new HelloBlackBerry object
*/
public HelloBlackBerry() {
// Push a screen onto the UI stack for rendering.
pushScreen( new HelloBlackBerryScreen() );
}
</source>

Navigation menu