midp
J2me, how to create a link in the screen?
I am developing in J2ME, I need to show a text, and then an underlined link / button that people can press.[详细]
2023-01-12 00:15 分类:问答how to kill a thread which is waiting for blocking function call in Java?
I have a thread: Thread t = new Thread(){ public void run(){ ServerSocketConnection scn = (ServerSocketConnection)[详细]
2023-01-10 17:00 分类:问答What equivalent in MIDP programing to the JButton of swing-application?
In swing(GUI) application I used JButtons. Now I need the same application in MIDP and I\'m conuse... I need Idea for what to use with and an example of h开发者_如何学Pythonow to use it and what kind[详细]
2023-01-10 10:06 分类:问答nokia j2me fullscreen width, height are not returned after setting it
I\'m creating a canvas and setting it as fullscreen. In the canvas my getHeight() and getWidth() functions does not return the actual height and width of the full screen. It returns them as if I didn\[详细]
2023-01-09 04:29 分类:问答Textbox on canvas in j2me
I am going to make application on j2me using canvas. I want to take textbox or textfield on my canv开发者_StackOverflow社区as.You can draw a basic textbox and display a string , and when it receives f[详细]
2023-01-07 18:48 分类:问答why getAppProperty() is not static method?
getAppProperty(String key) is instance method in MIDlet class. Since all midlet in m开发者_开发技巧idlet suite share same manifest/jad file, so why cant it be a static method?If the phone runs several[详细]
2023-01-07 00:44 分类:问答Navigation from game canvas to a form
How do you navigate from a game canvas to a form in Java ME when you 开发者_如何学编程require a user to insert his or her username and password?Create the form and add some \"OK\" command to it.[详细]
2023-01-06 22:38 分类:问答Bluetooth client/server communication between computer and mobile phone
I need just a basic example or tutorial of making a mobile phone and a computer communicate via Bluetooth.[详细]
2023-01-06 13:27 分类:问答Draw string in canvas
I\'m having an hard time finding how to draw/print a String in a canvas, rotated 90º, NOT vertical letters. After some different approaches without success I was trying to follow one that would invol[详细]
2023-01-02 20:36 分类:问答J2ME UI on Samsung Bada platform
When a J2ME application runs on Samsung phone withSamsung Bada an OS that supports TouchWhiz (GT-S5320, in my case),a virtual keypad is shown on the screen by default and always! This virtual keypad c[详细]
2023-01-02 02:34 分类:问答