Storing in "jdh.properties" file is not a good idea.
Please store in "static" which is implemented in StaticProperties.java.
"jdh.properties" is saved only when a user want to save options to system.
"static" is saved automatically when JDocHelper exits,
and loaded automatically when JDocHelper starts.
If you have any question, please let me know.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=136668
Storing in "jdh.properties" file is not a good idea.
Please store in "static" which is implemented in StaticProperties.java.
"jdh.properties" is saved only when a user want to save options to system.
"static" is saved automatically when JDocHelper exits,
and loaded automatically when JDocHelper starts.
If you have any question, please let me know.