Search in sources :

Example 6 with BitmapField

use of net.rim.device.api.ui.component.BitmapField in project Samples-for-Java by blackberry.

the class ActivityScreen method indicateReceiver.

private void indicateReceiver() {
    icon = new BitmapField(rcv_icon);
    icon_row.add(icon);
    icon_row.add(new LabelField(" - LLCP receiver"));
    add(icon_row);
}
Also used : BitmapField(net.rim.device.api.ui.component.BitmapField) LabelField(net.rim.device.api.ui.component.LabelField)

Aggregations

BitmapField (net.rim.device.api.ui.component.BitmapField)6 LabelField (net.rim.device.api.ui.component.LabelField)5 Command (net.rim.device.api.command.Command)1 Bitmap (net.rim.device.api.system.Bitmap)1 ResponseTextCommand (nfc.sample.virtual.target.commands.ResponseTextCommand)1 StartCommand (nfc.sample.virtual.target.commands.StartCommand)1 StopCommand (nfc.sample.virtual.target.commands.StopCommand)1