New version of MyJgui is released.

Added features:

  • Added column sort for Content of table.
  • Added two options in menu Preferences:
    • SQL sort:
      • true - sort executed via sql;
      • false - not yet implemented
    • Aut. refresh of content of table:
      • true - after insert/update/delete of current table inContent of table will be automatically refreshed;
      • false- refresh not executed automatically;
        This two options are saved in client.properties file. It should be stored in the current directory. If the file does not exist, the default preferences will be used.After editing preferences, the file is created/updated.
  • Changed application icon.