final VerticalFieldManager vfm =
new VerticalFieldManager(Manager.VERTICAL_SCROLL);
// Initialize and add the logo to the splash screen
final Bitmap bm = Bitmap.getBitmapResource("RandOmazeLogo.png");
_bitmapField = new BitmapField(bm, Field.FIELD_HCENTER);
_bitmapField.setMargin(0, 0, 0, 0);
vfm.add(_bitmapField);
// Initialize and add the instructions to the splash screen
final String instructions =