Search code examples
java-me

J2ME - Dynamic Table/Grid with editable cells.


How can I create a table in which I can add rows and columns dynamically?

How can I make cells of that dynamic table editable? I.e. I should push Edit Command button and write texts or numbers in the cell.


Solution

  • Although it is old, you may take a look at MicroCalc to get some ideas about the implementation. It is a spreadsheet implemented in J2ME under GPL license.