Questions tagged [j2mepolish]

J2ME Polish is a suite of tools and technologies for Java ME development

J2ME Polish is a suite of tools and technologies for mobile Java and cross-platform development.

Features include:

  • Lush: A UI toolkit.
  • Janus: A toolset for porting to different handsets and transcoding J2ME application to a Blackberry or Android.
  • Touch: Technology for accessing server side content and communicating with remote parties.
  • Trunk: A persistence solution.
  • Marjory: community maintained device database.

155 questions
-1
votes
1 answer

java.lang.nosuchfielderror in j2me app

Hey Hi Friends I am created one j2me app. it runs perfectly in Emulator but in Mobile it showing error like java.lang.nosuchfielderror:No such field HEADERS.[[Ljava/lang/String;. Why this happening with mobile, it runs good in emulator...... Please…
Mr. Sajid Shaikh
  • 7,051
  • 4
  • 21
  • 35
-1
votes
1 answer

How an item(object, image, draw object) on Canvas j2me can be deleted after it has been painted, drawed?

How an item(object, image, draw object) on Canvas can be deleted(removed, unplaced with its position deletion(removation)) after it has been painted, drawed?
-1
votes
1 answer

java.lang.IndexOutOfBoundsException error

I am making a small j2me application for a guitar store . but i am getting java.lang.IndexOutOfBoundsException error . i think there is a issue with the varaible declaration, but not able to solve. can someone please help me with it. import…
-1
votes
2 answers

J2me List with filter

I am working on j2me project and i want to implement the list with search option same like contacts like when we press p then it filters all the contacts start with p. I want to implement same thing on list please help me regarding this problem.
Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24
-3
votes
1 answer

why does this does throw a number format exception

its basically a button event that does multiplication mul.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { if(Sans == null){ temp = text; …
Ankur Teotia
  • 227
  • 1
  • 10
1 2 3
10
11