I am developing in J2ME, I need to show a text, and then an underlined link / button that people can press.
I have a thread: Thread t = new Thread(){ public void run(){ ServerSocketConnection scn = (ServerSocketConnection)
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
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\
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
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
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.
I need just a basic example or tutorial of making a mobile phone and a computer communicate via Bluetooth.
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
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