icon and resource files
Hi all,
i'm building a MIDlet for an Palm and i've got problems trying to create the icon file and reading the resource files.
I'm compiling with the ktoolBar. I've got the tree directory for my project inside the "apps" directory from j2me, the source files in the src directory and so on, everything in included in a package so everything is in the package directory, i don't have problems for compiling and running the MIDlet, but the ktoolbar can not create the icon, it is a png file 12x12 b/w in the res directory(without any other subdirectories).
I need too a png file as a resource in my MIDlet and is also stored in the res directory, from my program i try to read it like this:
Image wait = Image.createImage("geduld.png");
but it doesn't find it...
any ideas? is it a problem with the packages?
thanx,
Laura

