Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.60 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. java error 104 Uncaught:illegalArgumentException
  2. public MyScreen()
  3. {
  4.  
  5.     setTitle("Hello AADi WELCOME TO AYANSYS ");
  6.  
  7.     background = Bitmap.getBitmapResource("CVMS.jpg");
  8.  
  9.     VerticalFieldManager vfm = new VerticalFieldManager(USE_ALL_HEIGHT | USE_ALL_WIDTH | VerticalFieldManager.NO_VERTICAL_SCROLL);  
  10.  
  11.     vfm.setBackground(BackgroundFactory.createBitmapBackground(Bitmap.getBitmapResource("CVMS.jpg"),Background.POSITION_X_LEFT,Background.POSITION_Y_TOP,Background.REPEAT_SCALE_TO_FIT);
  12.  
  13.     add(vfm);
  14.  
  15.  
  16. }
  17.        
  18. Thrown to indicate that a method has been passed an illegal or
  19.  inappropriate argument.