문제

I'm developing an application to work on S40 platform for Nokia devices using Netbeans IDE, I'm working on a visual MIDLET (MIDP 2.1) and I am trying to set a background image for the forms in my application. I can insert an imageItem but it doesn't overlap just like any other item (string item, etc.) so I can't get it to be fixed in the background where all the components will be in front of it like layers.

Is there any way possible to have a background for my Forms?

도움이 되었습니까?

해결책

Form components are meant to have the platform's native look and therefore do not support setting a background. You can use Canvas to implement your own custom components. Or you can use a UI library such as lwuit for implementing your application's UI.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top