Anyway.. I have a problem that I can't seem to work out..
What i need to do is form a table for editing by the user.
It would work as so:
The file is loaded first
Then line by line it is read in, the first line would be 'code name' and
then the second line would be the 'translation', third 'code
name', fourth ' translation' etc.
Then the table would print these out in pairs, so the headers would be code
name and translation with each pair of the two outputted, then the
possibilty of saving this again after the table has been changed.
My problem is actually creating the object for loading into the table to show
the two entries/row.