Following Midlets / J2ME projects were coded for my Nokia C2-01 using Netbeans 6.8 and MIDP2.1/CLDC1.1. I have not tested them on any other mobile phone, so you have to try yourself...
All packages include the compiled JAR archive, the source code and the Netbeans project space. Here you find the older projects from 2k4 for the Nokia 3200.
ReadPropertiesMidlet
Date : July 2k11
Source available : YES
Description :
Just displays various properties of the mobile phone, like display size, colors, MIDP version etc.
Here
are some games I coded for my Nokia
3200 mobile phone. You can use it on every java-compatible mobile phone;
no nokia specific apis are used. But on screens with size other than 128x96
pixels, the results will be pretty ugly cause the games are optimized for
this screen size of my mobile phone. All games are written
in NetBeans 3.6 +
Mobility Modules. (J2ME device configuration version: CLDC
1.0; J2ME device profile version: MIDP 1.0).
SunTris
Date : February 2005
Source available : YES
Description :
I
always wanted tetris on my mobile phone... so I decided to code it myself
:-)