// to disable image rendering.
renderingOptions.setProperty(RenderingOptions.CORE_OPTIONS_GUID,
RenderingOptions.SHOW_IMAGES_IN_HTML, true);
_mainScreen = new MainScreen();
_mainScreen.add(new LabelField("Label before the content",
Field.FOCUSABLE));
_mainScreen.add(_browserContentManager);
_mainScreen.add(new LabelField("Label after the content",
Field.FOCUSABLE));
pushScreen(_mainScreen);
final PrimaryResourceFetchThread thread =
new PrimaryResourceFetchThread("http://mobile.blackberry.com",