Down-load
Down-load the file java archive file,
EditTable.jar
by using the right mouse button (or Shift+Button1).
(Do not compress, as it is already compressed.)
Linux
The program can be run by typing:
java -jar <path specifier>EditTable.jar
where <path specifier> refers to the full path where
the file EditTable.jar has been installed.
Windows
The program can be run by clicking on the Start button
and then goto Run.
Then enter in the window:
javaw.exe -jar "<path specifier>EditTable.jar"
where <path specifier> refers to the full path where
the file EditTable.jar has been installed.
A table will be shown by clicking on the File button on the menu bar and then open.
Views (some kind of derived tables) will be shown using the view button.
Some columns of a table have a special function, provided by the relational database concept.
By selecting a particular cell of such a column and then clicking on the swing button
you will be directed to another table.
The rows can be re-arranged by clicking on the column title and selecting sort.
A particular cell can be traced back by clicking on the column title and selecting find.
(No pattern matching implemented yet.)
Please exit by clicking on the exit button or closing the window whenever you're finished.