Witam
mam mały kłopoty
chce dodać zdjęcie do form, ale za pomocą komendy "Image:" w pliku tekstowym *.txt
program się prawidłowo kompiluje

ale nie chce się uruchomić form, gdzie powinien być obrazek
miałem podobny komunikat z plikiem tekstowym utf-8, ale tam rozwiązałem problem tu nie wiem co zrobić, żeby
wyświetlił mi się obrazek bądź obrazki za pomocą komendy "Image:"

podaje kod

	public Form getForm29()
         
           {  
 form29 = new Form("Miesz_dzia\u0142ania_u\u0142amkach", new Item[]{});   
        String stText = readUnicodeFile("/Ulamki/mieszane_dzialania_ulamki.txt", "UTF-8");
          
        if (stText != null)
        { 
        if(stText.startsWith("Text:"))
                        {
         
     
        if(stText.charAt(0) == ':')
        {  
        } 
                        } 
        else
         if(stText.startsWith("IMAGE:")) 
         {
             
         try
         { 
           // zdjecie1 = Image.createImage("auchan.jpg");
     form29.append(new ImageItem(null, zdjecie1.createImage("tesco.jpg" + stText.substring("IMAGE:".length())), 115, null));
    
         } 
         catch (java.io.IOException e)
         { 
                e.printStackTrace(); 
         }
        
         }
          
        //  form29.append(stText); 
       form29.append(stText.substring("Text:".length() + "IMAGE:".length()) + "\n" );
         
         form29.addCommand(getBackCommand());
	form29.setCommandListener(this);
               }   
         return form29; 
        }

oraz błąd programu gdy chce wejść do okienka form 29
dodam, że program się kompiluje

podaje kod błędu

Copying 1 file to C:\Users\komp_k\Documents\NetBeansProjects\operacje_matematyczne_spr\dist\nbrun4276042158315479739
Copying 1 file to C:\Users\komp_k\Documents\NetBeansProjects\operacje_matematyczne_spr\dist\nbrun4276042158315479739
Jad URL for OTA execution: http://localhost:8082/servlet/org.netbeans.modules.mobility.project.jam.JAMServlet/C%3A/Users/komp_k/Documents/NetBeansProjects/operacje_matematyczne_spr/dist//operacje_matematyczne.jad
Starting emulator in execution mode
Installing suite from: http://127.0.0.1:50837/operacje_matematyczne.jad
2044 - ERROR - JSR258 - 3 - Can't create MediaObject: media file (screen.image_bg.png) is not found
2138 - ERROR - JSR258 - 3 - Can't find theme element (feature=activeScreen, role=background)
2142 - ERROR - JSR258 - 3 - Can't find theme element (feature=inputMode, role=backgroundImage)
2148 - CRITICAL - JSR258 - 3 - Can't find Chameleon element (id=161)
2149 - CRITICAL - JSR258 - 3 - Can't find Chameleon element (id=163)
2149 - CRITICAL - JSR258 - 3 - Can't find Chameleon element (id=164)
2149 - CRITICAL - JSR258 - 3 - Can't find Chameleon element (id=165)
2150 - CRITICAL - JSR258 - 3 - Can't find Chameleon element (id=182)
2152 - ERROR - JSR258 - 3 - Can't find theme element (feature=systemMenu, role=selectedItemBackground)
2155 - ERROR - JSR258 - 3 - Can't find theme element (feature=virtualKeyboard, role=virtualKeyboardBGImage)
WARNING - MMA - C:/Builds/jme-sdk/javacall-javame-sdk-305/implementation/share/jsr135_mmapi/ju_mmconfig.c line 801: caps: optional settings missing: SuspendBehavior
4482 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=7 x=38 y=46
4714 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=7 x=37 y=45
7129 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=7 x=63 y=76
7361 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=7 x=63 y=76
7361 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=8 x=63 y=76
10088 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=7 x=63 y=76
10305 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=7 x=63 y=76
10305 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=8 x=63 y=76
13032 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=7 x=70 y=71
13240 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=7 x=70 y=71
13241 - ERROR - HIGHUI - 3 - AbstractInputHandler: uCallPointerEvent, type=8 x=70 y=71
dziękuje za pomoc