I am creating a login screen and I want to add an header to the form and write text on the center of the header image.
I am able to draw the header using ImageItem in j2me. But I am stuck up with writing the text on the header.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its better to use canvas for your purpose. In canvas you can add image and also you can draw string anywhere on canvas. Use canvas to done string on the center of the header image.
check this url for example of image so you can understand how to use it.