Menu item events [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
开发者_如何转开发 Improve this questionI want to create a menu in my application with one menuitem. When the user clicks in the menuitem, a Screen must be loaded. I am new in Blackberry so please help.
Do you mean you want a web page to open in the browser? Take a look at BrowserSession.displayPage()
. You can obtain a BrowserSession with Browser.getDefaultSession()
.
精彩评论