I use dfl design my programe.(like
http://wiki.dprogramming.com/Dfl/FormIconExample)
I want to my application's button that it has image.
I use below :
but_Exit.image=Application.resources.getBitmap("./img/exit.bmp");
but when the application running,I could not see this picture
Why?