Changes

Jump to: navigation, search

Lab BlackBerry Example

19 bytes added, 13:16, 27 February 2011
no edit summary
ButtonField.FIELD_HCENTER | ButtonField.CONSUME_CLICK);
/ / ** build the listener object and add it to the button source, namely the _buttonGoBack object*/
_buttonGoBack.setChangeListener(new FieldChangeListener() {
public void fieldChanged(Field field, int context) {
});
// ** add the button to the screen */
add(_buttonGoBack);
</source>

Navigation menu