I want to create a spreadsheet like Microsoft Excel with j2me or j2mePolish. How to achieve that ?
Asked
Active
Viewed 248 times
1 Answers
0
Look at this project, Simple spreadsheet for j2me. Just checkout that project source code and do it.

bharath
- 14,283
- 16
- 57
- 95
-
there are errors in the source code : the Classes Table, RecordsForm are unknown ! Where to find them ? – Aug 24 '11 at 12:37
-
I copied the code from this link : http://code.google.com/p/simple-spreadsheet/source/browse/trunk/src/SpreadSheet.java# . So when I paste it in the WTK then it does not recognize the two classes I mentioned ! – Aug 24 '11 at 13:01
-
No. If have SVN, just checkout that project and use it or copy [all classes from src path](http://code.google.com/p/simple-spreadsheet/source/browse/trunk/src/) and use it. – bharath Aug 24 '11 at 13:05
-
ah ! ok then ! So I must get all the files ! – Aug 24 '11 at 13:11
-
how to coloriate even rows and odd rows differently with these code ? – Aug 24 '11 at 13:13
-
Dont have any idea. Because i didnt use this before. Look at table class and paint method. That should be possible on this method. – bharath Aug 24 '11 at 13:25