hi everybody....

i need to make an application to display images in j2me form. i can display those images but the problem is i have to display it in a row... from right to left until all the images has displayed.. and if the screen is'nt enough it will display in a new line below it <still from right to left>...

help me please...

thx in advance...
sarie

I think you meant to say from left to right.
You have two options

  1. Try your luck with Table Item that may or may not be supported by the device (so you would have to run detection first and based on that apply further processing sequence)
  2. Use CustomItem that allow you to draw on Canvas and it provide you with basic facilities for selection and movement control among displayed items
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.