Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to make a simple program on my mobile using Java ME using netbeans

when i tried to do this i made a simple program begin with login form and check the login data if right or wrong

it opened on my device but i can not work with it because my phone is full touch phone NOKIA C6-01

i tried to search if my Netbeans support it or not and i found it didnot support it

how can i make it support my phone ?

should i install something?

i make my program as MIDP 2.1 CICD 1.1 as Nokia c6-01 but it need a phone with buttons not full touch

how i make it support full touch phone?
Posted

1 solution

Have you tested your app on DefaultFxTouchPhone emulator provided by the IDE? If it works on emulator then it must work on your device as well. I am preparing an app for full touch Nokia phone, and it works fine. Make sure your "pointerPressed(int x, int y)" function is overridden correctly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900