
Untitled
By: a guest on
May 1st, 2012 | syntax:
None | size: 0.60 KB | hits: 16 | expires: Never
java error 104 Uncaught:illegalArgumentException
public MyScreen()
{
setTitle("Hello AADi WELCOME TO AYANSYS ");
background = Bitmap.getBitmapResource("CVMS.jpg");
VerticalFieldManager vfm = new VerticalFieldManager(USE_ALL_HEIGHT | USE_ALL_WIDTH | VerticalFieldManager.NO_VERTICAL_SCROLL);
vfm.setBackground(BackgroundFactory.createBitmapBackground(Bitmap.getBitmapResource("CVMS.jpg"),Background.POSITION_X_LEFT,Background.POSITION_Y_TOP,Background.REPEAT_SCALE_TO_FIT);
add(vfm);
}
Thrown to indicate that a method has been passed an illegal or
inappropriate argument.