Hi,
I'm new to swing and using Netbeans 6.8.
My GUI has a jTable which I have created with Mantisse. Now I want to fill it with computed data. The data is not stored in a file or database. It is in an array of double, e.g.
I always know the number of columns but not the number of rows. The number or rows varies.
What I have got from Mantisse is:
How have I to modify the code to get it working?
Thank you very much in advance.